Skip to content

Commit

Permalink
chore(jest): upgrade to latest version (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazlious authored Jul 28, 2021
1 parent ddd3264 commit ff7c82f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-jest": "^24.1.0",
"babel-jest": "^27.0.6",
"create-react-class": "^15.6.3",
"eslint": "^7.31.0",
"eslint-config-airbnb": "^18.2.1",
Expand All @@ -57,8 +57,8 @@
"eslint-plugin-react-hooks": "^4.2.0",
"fs-extra": "^7.0.1",
"husky": "^1.3.1",
"jest": "^24.1.0",
"prettier": "^2.3.2",
"jest": "^27.0.6",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"rollup": "^1.2.1",
Expand Down
1 change: 1 addition & 0 deletions tools/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
const jest = require('jest')

const jestConfig = {
testEnvironment: 'jsdom',
modulePathIgnorePatterns: ['<rootDir>/dist/'],
testMatch: ['**/*.test.js'],
}
Expand Down

0 comments on commit ff7c82f

Please sign in to comment.