We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ede880 commit 980bb0aCopy full SHA for 980bb0a
testing/test-nx-utils/src/lib/test-folder.setup.ts
@@ -1,6 +1,6 @@
1
import ansis from 'ansis';
2
import { mkdir, readdir, rename, rm, stat } from 'node:fs/promises';
3
-import path from 'node:path';
+import * as path from 'node:path';
4
5
export async function cleanTestFolder(dirName: string) {
6
await teardownTestFolder(dirName);
0 commit comments