Skip to content

Commit

Permalink
Merge pull request #149 from samvera/dependabot/npm_and_yarn/multi-2e…
Browse files Browse the repository at this point in the history
…9cc7d425

Bump braces and jest
  • Loading branch information
mbklein authored Jun 18, 2024
2 parents ba28641 + ad6e459 commit 052aacb
Show file tree
Hide file tree
Showing 3 changed files with 2,458 additions and 3,700 deletions.
11 changes: 11 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
collectCoverageFrom: ['src/**/*.js'],
testPathIgnorePatterns: [
'<rootDir>[/\\\\](build|docs|node_modules|scripts)[/\\\\]',
],
testEnvironment: 'node',
moduleDirectories: ['node_modules'],
moduleNameMapper: {
'^uuid$': require.resolve('uuid'),
},
};
Loading

0 comments on commit 052aacb

Please sign in to comment.