Skip to content

Commit

Permalink
BREAKING CHANGE: Use jest 27 (#210)
Browse files Browse the repository at this point in the history
Co-authored-by: Kent C. Dodds <[email protected]>
  • Loading branch information
eps1lon and kentcdodds authored May 27, 2021
1 parent cabb098 commit 8118c50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@rollup/plugin-replace": "^2.4.2",
"@types/jest": "^26.0.22",
"arrify": "^2.0.1",
"babel-jest": "^26.6.3",
"babel-jest": "^27.0.1",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-module-resolver": "^4.1.0",
Expand All @@ -68,10 +68,10 @@
"glob": "^7.1.6",
"husky": "^4.3.8",
"is-ci": "^3.0.0",
"jest": "^26.6.3",
"jest": "^27.0.1",
"jest-serializer-path": "^0.1.15",
"jest-snapshot-serializer-raw": "^1.2.0",
"jest-watch-typeahead": "^0.6.2",
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^10.5.4",
"lodash.camelcase": "^4.3.0",
"lodash.has": "^4.5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/config/babel-transform.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const babelJest = require('babel-jest')
const babelJest = require('babel-jest').default

module.exports = babelJest.createTransformer({
presets: [require.resolve('./babelrc')],
Expand Down

0 comments on commit 8118c50

Please sign in to comment.