From e1988919a758493034fb9236983efbaae6a3c2f9 Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Thu, 14 Sep 2023 09:32:23 -0500 Subject: [PATCH] fix(local-plugin): add `testPathPattern` to convert entry point generator --- .../src/generators/convert-entry-point-to-project/generator.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/local-plugin/src/generators/convert-entry-point-to-project/generator.ts b/libs/local-plugin/src/generators/convert-entry-point-to-project/generator.ts index 74ab7c47..6f8288c8 100644 --- a/libs/local-plugin/src/generators/convert-entry-point-to-project/generator.ts +++ b/libs/local-plugin/src/generators/convert-entry-point-to-project/generator.ts @@ -62,6 +62,7 @@ export async function convertEntryPointToProjectGenerator( outputs: ['{workspaceRoot}/coverage/{projectRoot}'], options: { jestConfig: `${projectConfiguration.root}/jest.config.ts`, + testPathPattern: [name], passWithNoTests: true, }, configurations: {