Skip to content

Commit

Permalink
Merge pull request #162 from muno92/dependabot/npm_and_yarn/jest-exte…
Browse files Browse the repository at this point in the history
…nded-1.0.0

Bump jest-extended from 0.11.5 to 1.0.0
  • Loading branch information
muno92 authored Oct 12, 2021
2 parents 98a1279 + 0751258 commit 502178e
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 191 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ module.exports = {
'^.+\\.ts$': 'ts-jest'
},
verbose: true,
setupFilesAfterEnv: ["jest-extended"]
setupFilesAfterEnv: ["jest-extended/all"]
}
280 changes: 91 additions & 189 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-jest": "^25.0.5",
"jest": "^26.6.3",
"jest-circus": "^27.2.5",
"jest-extended": "^0.11.5",
"jest-extended": "^1.0.0",
"js-yaml": "^4.1.0",
"prettier": "2.4.1",
"ts-jest": "^26.5.6",
Expand Down

0 comments on commit 502178e

Please sign in to comment.