Skip to content

Commit

Permalink
fix(local-plugin): add testPathPattern to convert entry point gener…
Browse files Browse the repository at this point in the history
…ator
  • Loading branch information
nartc committed Sep 14, 2023
1 parent a21f9d5 commit e198891
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export async function convertEntryPointToProjectGenerator(
outputs: ['{workspaceRoot}/coverage/{projectRoot}'],
options: {
jestConfig: `${projectConfiguration.root}/jest.config.ts`,
testPathPattern: [name],
passWithNoTests: true,
},
configurations: {
Expand Down

0 comments on commit e198891

Please sign in to comment.