Skip to content

Commit

Permalink
Development: Ignore build directory in Jest's module path (#9995)
Browse files Browse the repository at this point in the history
  • Loading branch information
magaupp authored Dec 11, 2024
1 parent 037d35d commit 87742c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = {
},
],
},
modulePathIgnorePatterns: ['<rootDir>/src/main/resources/templates/'],
modulePathIgnorePatterns: ['<rootDir>/src/main/resources/templates/', '<rootDir>/build/'],
testTimeout: 3000,
testMatch: [
'<rootDir>/src/test/javascript/spec/component/**/*.spec.ts',
Expand Down

0 comments on commit 87742c4

Please sign in to comment.