Skip to content

Commit

Permalink
test: add default test ignore too
Browse files Browse the repository at this point in the history
  • Loading branch information
markwhitfeld authored Nov 12, 2023
1 parent d4fc7cb commit 572e570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/store/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
},
coverageDirectory: '../../coverage/packages/store',
coveragePathIgnorePatterns: [
"/node_modules/",
"<rootDir>/schematics/src/utils/ng-utils/"
],
transform: {
Expand Down

0 comments on commit 572e570

Please sign in to comment.