MCPcopy 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 */
23export function cleanTestTmpDir() {
24 if (existsSync(testTmpDir)) {
25 rmSync(testTmpDir, {recursive: true});
26 }
27 mkdirSync(testTmpDir);
28}

Callers 5

g3.spec.tsFile · 0.85
changelog.spec.tsFile · 0.85
common.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected