MCPcopy
hub / github.com/vercel/next.js / runTests

Function runTests

test/integration/client-404/test/index.test.ts:75–77  ·  view source on GitHub ↗
(isProd = false)

Source from the content-addressed store, hash-verified

73const appDir = join(__dirname, '../')
74
75const runTests = (isProd = false) => {
76 clientNavigation(context, isProd)
77}
78
79describe('Client 404', () => {
80 ;(process.env.TURBOPACK_BUILD ? describe.skip : describe)(

Callers 1

index.test.tsFile · 0.70

Calls 1

clientNavigationFunction · 0.85

Tested by

no test coverage detected