Skip to content

Commit

Permalink
[CONFIG] jest: dist/ directory added to exceptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Diaz committed Sep 24, 2024
1 parent 0a0a645 commit e455d1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,11 @@ const jestConfig = {
testMatch: ['**/?(*.)+(spec|test).js?(x)'],

// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/coverage'],
testPathIgnorePatterns: [
'/node_modules/',
'<rootDir>/coverage',
'<rootDir>/dist'
],

// The regexp pattern or array of patterns that Jest uses to detect test files
// testRegex: [],
Expand Down

0 comments on commit e455d1a

Please sign in to comment.