Skip to content

Commit

Permalink
fix: exclude package directory from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Jan 31, 2025
1 parent d15e899 commit e80bef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config = {
moduleNameMapper: {
jquery: '<rootDir>/src/moj/vendor/jquery.js',
sinon: '<rootDir>/node_modules/sinon/pkg/sinon.js'
}
},
modulePathIgnorePatterns: ['<rootDir>/package/']
}
module.exports = config

0 comments on commit e80bef7

Please sign in to comment.