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 30, 2025
1 parent 8e48061 commit 5586542
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 5586542

Please sign in to comment.