Skip to content

Commit

Permalink
Use Jest version 27.0.1
Browse files Browse the repository at this point in the history
See release notes: https://jestjs.io/blog/2021/05/25/jest-27

There is currently one issue with global `afterEach` callbacks order which I workarounded by using `afterAll` (see: jestjs/jest#11456). I will wait for the resolution of that issue and update our code accordingly.

adeira-source-id: 154daeb2c02992787370c74c897cfb6a6164b0ab
  • Loading branch information
mrtnzlml authored and adeira-github-bot committed May 26, 2021
1 parent 5c87064 commit 660aaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/eslint-parser": "^7.14.3",
"@babel/runtime": "^7.14.0",
"eslint": "^7.27.0",
"jest-docblock": "^26.0.0"
"jest-docblock": "^27.0.1"
},
"peerDependencies": {
"eslint": "^7.27.0"
Expand Down

0 comments on commit 660aaae

Please sign in to comment.