Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
const
nextConfigPath = join(appDir,
'next.config.js'
)
9
10
const
cleanUp = () => fs.remove(nextConfigPath)
11
12
describe(
'Handles valid/invalid assetPrefix'
, () => {
13
;(process.env.TURBOPACK_DEV ? describe.skip : describe)(
Callers
1
index.test.ts
File · 0.70
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected