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

Function cleanUp

test/integration/invalid-config-values/test/index.test.ts:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8const nextConfigPath = join(appDir, 'next.config.js')
9
10const cleanUp = () => fs.remove(nextConfigPath)
11
12describe('Handles valid/invalid assetPrefix', () => {
13 ;(process.env.TURBOPACK_DEV ? describe.skip : describe)(

Callers 1

index.test.tsFile · 0.70

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected