Skip to content

Commit 980bb0a

Browse files
committed
fix: import
1 parent 2ede880 commit 980bb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test-nx-utils/src/lib/test-folder.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ansis from 'ansis';
22
import { mkdir, readdir, rename, rm, stat } from 'node:fs/promises';
3-
import path from 'node:path';
3+
import * as path from 'node:path';
44

55
export async function cleanTestFolder(dirName: string) {
66
await teardownTestFolder(dirName);

0 commit comments

Comments
 (0)