Skip to content

Commit 5bef53c

Browse files
committed
test: silence the nx project name not derived warnings
1 parent 93c0c54 commit 5bef53c

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
@@ -52,7 +52,7 @@ export async function generateWorkspaceAndProject(
5252
testEnvironment: 'node',
5353
buildable: false,
5454
publishable: false,
55-
projectNameAndRootFormat: 'derived',
55+
projectNameAndRootFormat: 'as-provided',
5656
...normalizedOptions,
5757
});
5858

0 commit comments

Comments
 (0)