We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18454cb commit 87f2f76Copy full SHA for 87f2f76
testing/test-nx-utils/src/lib/utils/nx.ts
@@ -9,7 +9,7 @@ import {
9
} from '@nx/devkit';
10
import { libraryGenerator } from '@nx/js';
11
import type { LibraryGeneratorSchema } from '@nx/js/src/generators/library/schema';
12
-import * as path from 'node:path';
+import path from 'node:path';
13
import { createTreeWithEmptyWorkspace } from 'nx/src/generators/testing-utils/create-tree-with-empty-workspace';
14
import { executeProcess } from '@code-pushup/test-utils';
15
0 commit comments