diff --git a/package.json b/package.json index 1006bc49..85e179cf 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@inversifyjs/foundation-eslint-config": "workspace:*", "@inversifyjs/foundation-jest-config": "workspace:*", "@inversifyjs/foundation-scripts": "workspace:*", + "@inversifyjs/foundation-stryker-config": "workspace:*", "@inversifyjs/foundation-typescript-config": "workspace:*", "husky": "9.1.6", "lint-staged": "15.2.10", diff --git a/packages/foundation/tools/stryker-config/lib/index.js b/packages/foundation/tools/stryker-config/lib/index.js index 721ade8b..91fab5ce 100644 --- a/packages/foundation/tools/stryker-config/lib/index.js +++ b/packages/foundation/tools/stryker-config/lib/index.js @@ -13,15 +13,7 @@ export default { enableFindRelatedTests: true, projectType: 'custom', }, - mutate: [ - 'src/**/*.ts', - '!src/**/*.spec.ts', - '!src/**/*{Fixtures,Mocks}.ts', - '!src/**/adapter/nest/modules/*.ts', - '!src/**/adapter/typeorm/migrations/*.ts', - '!src/**/adapter/typeorm/scripts/*.ts', - '!src/**/application/controllers/*.ts', - ], + mutate: ['src/**/*.ts', '!src/**/*.spec.ts', '!src/**/*{Fixtures,Mocks}.ts'], packageManager: 'pnpm', plugins: [ '@stryker-mutator/jest-runner', diff --git a/packages/foundation/tools/stryker-config/package.json b/packages/foundation/tools/stryker-config/package.json index e8e1a3be..381dd877 100644 --- a/packages/foundation/tools/stryker-config/package.json +++ b/packages/foundation/tools/stryker-config/package.json @@ -10,7 +10,7 @@ "exports": "./lib/index.js", "homepage": "https://github.com/inversify/monorepo#readme", "license": "MIT", - "name": "@cornie-js/backend-stryker-config", + "name": "@inversifyjs/foundation-stryker-config", "private": true, "repository": { "type": "git",