Skip to content

Commit

Permalink
Dev: Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 24, 2022
1 parent 97bf83d commit d293264
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 3,626 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
testEnvironment: 'node',
coverageDirectory: 'coverage',
collectCoverageFrom: ['index.js', 'lib/**/*.js'],
setupFilesAfterEnv: ['jest-extended'],
setupFilesAfterEnv: ['jest-extended/all'],
moduleNameMapper: {
'^@overlookmotel/eslint-config$': '<rootDir>/index.js'
}
Expand Down
Loading

0 comments on commit d293264

Please sign in to comment.