We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d161c commit 51704acCopy full SHA for 51704ac
src/utils/tests/test-helpers.ts
@@ -7,7 +7,7 @@ import spawn from "cross-spawn"
7
import { existsSync } from "fs"
8
9
export async function setupTmpDir(testName: string) {
10
- const tempDirectory = path.join(tmpdir(), "setup-cpp", testName)
+ const tempDirectory = path.join(tmpdir(), "setup cpp temp", testName)
11
try {
12
await io.rmRF(tempDirectory)
13
await io.mkdirP(tempDirectory)
0 commit comments