Skip to content

Commit

Permalink
Exclude test file in test project
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Aug 14, 2024
1 parent 931ebee commit b8533e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ module.exports = {
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
testPathIgnorePatterns: [
'.*\\.fixtures\\.ts$',
'packages/cli/test/build/src/test/mappingHandler.test.ts',
"/node_modules/"
],

Expand Down

0 comments on commit b8533e4

Please sign in to comment.