Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ remove
Method
remove
test/lib/next-modes/base.ts:738–743 ·
view source on GitHub ↗
(fileOrDirPath: string)
Source
from the content-addressed store, hash-verified
736
}
737
738
public
async
remove(fileOrDirPath: string) {
739
await
fs.rm(path.join(this.testDir, fileOrDirPath), {
740
recursive: true,
741
force: true,
742
})
743
}
744
745
public
async
patchFile(
746
filename: string,
Callers
15
index.test.ts
File · 0.45
index.test.ts
File · 0.45
index.test.ts
File · 0.45
index.test.ts
File · 0.45
gsp-gssp.test.ts
File · 0.45
runTests
Function · 0.45
index.test.ts
File · 0.45
index.test.ts
File · 0.45
index.test.ts
File · 0.45
runTests
Function · 0.45
index.test.ts
File · 0.45
config.test.ts
File · 0.45
Calls
1
join
Method · 0.45
Tested by
11
runTests
Function · 0.36
runTests
Function · 0.36
removeRootMiddleware
Function · 0.36
runTests
Function · 0.36
removeRootMiddleware
Function · 0.36
checkMissing
Function · 0.36
runTests
Function · 0.36
cleanUp
Function · 0.36
patchFileReadOnly
Function · 0.36
setupNext
Function · 0.36
setupNext
Function · 0.36