Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/dev-infra
/ cleanTestTmpDir
Function
cleanTestTmpDir
ng-dev/utils/testing/bazel-env.ts:23–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
* Ensures the temp directory exists.
22
*/
23
export
function
cleanTestTmpDir() {
24
if
(existsSync(testTmpDir)) {
25
rmSync(testTmpDir, {recursive: true});
26
}
27
mkdirSync(testTmpDir);
28
}
Callers
5
g3.spec.ts
File · 0.85
resolve-yarn-bin.spec.ts
File · 0.85
changelog.spec.ts
File · 0.85
external-commands.spec.ts
File · 0.85
common.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected