Skip to content

Commit

Permalink
fix(angular): when unit test runner is set to none library component …
Browse files Browse the repository at this point in the history
…should not generate spec file
  • Loading branch information
Coly010 committed Nov 12, 2024
1 parent 06af0ee commit 37746f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export async function normalizeOptions(
fileName,
importPath,
ngCliSchematicLibRoot,
skipTests: options.unitTestRunner === 'none' ? true : options.skipTests,
standaloneComponentName: `${
names(projectNames.projectSimpleName).className
}Component`,
Expand Down

0 comments on commit 37746f7

Please sign in to comment.