mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-27 21:01:03 +08:00
Fix test dir directory to not track files
This commit is contained in:
parent
a93f2561d8
commit
501e8571e6
@ -40,7 +40,7 @@ const TEST_FILE_DIR = dirname(fileURLToPath(import.meta.url));
|
||||
let tempDir: string | undefined;
|
||||
|
||||
function createTempDir(): string {
|
||||
tempDir ??= mkdtempSync(join(TEST_FILE_DIR, ".stack-rde-config-test-"));
|
||||
tempDir ??= mkdtempSync(join(TEST_FILE_DIR, ".stack-rde-config-test.untracked.dir-"));
|
||||
return tempDir;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user