Skip to content

Commit

Permalink
chore: add foundation-stryker-config root dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Oct 19, 2024
1 parent 1c6ef29 commit f3810d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 1 addition & 9 deletions packages/foundation/tools/stryker-config/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/tools/stryker-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f3810d5

Please sign in to comment.