Skip to content

Commit 87f2f76

Browse files
committed
refactor: wip
1 parent 18454cb commit 87f2f76

File tree

1 file changed

+1
-1
lines changed
  • testing/test-nx-utils/src/lib/utils

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from '@nx/devkit';
1010
import { libraryGenerator } from '@nx/js';
1111
import type { LibraryGeneratorSchema } from '@nx/js/src/generators/library/schema';
12-
import * as path from 'node:path';
12+
import path from 'node:path';
1313
import { createTreeWithEmptyWorkspace } from 'nx/src/generators/testing-utils/create-tree-with-empty-workspace';
1414
import { executeProcess } from '@code-pushup/test-utils';
1515

0 commit comments

Comments
 (0)