mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
da6fb315d5
This makes sure we don't have assertions that will only pass in one environment e.g. these should work for running against bun and not just node or against a local metadata URL not just a deployed https fully qualified domain. Ensures others can leverage this test suite for their own verification easily.