Skip to content

Commit

Permalink
Testing: Upgrade Jest to v27
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Oct 15, 2021
1 parent 5b8bf51 commit 62c519c
Show file tree
Hide file tree
Showing 24 changed files with 5,798 additions and 7,092 deletions.
9,035 changes: 3,978 additions & 5,057 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -103,7 +103,7 @@
"@storybook/builder-webpack5": "6.3.6",
"@storybook/manager-webpack5": "6.3.6",
"@storybook/react": "6.3.2",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.2",
"@testing-library/react-native": "7.1.0",
"@types/classnames": "2.3.1",
Expand Down Expand Up @@ -145,7 +145,7 @@
"@wordpress/scripts": "file:packages/scripts",
"@wordpress/stylelint-config": "file:packages/stylelint-config",
"appium": "1.20.2",
"babel-jest": "26.6.3",
"babel-jest": "27.2.5",
"babel-loader": "8.2.2",
"babel-plugin-inline-json-import": "0.3.2",
"babel-plugin-react-native-classname-to-style": "1.2.2",
Expand All @@ -172,12 +172,12 @@
"glob": "7.1.2",
"husky": "7.0.0",
"inquirer": "7.1.0",
"jest": "26.6.3",
"jest-junit": "11.0.0",
"jest-message-util": "27.0.6",
"jest": "27.2.5",
"jest-junit": "13.0.0",
"jest-message-util": "27.2.5",
"jest-serializer-enzyme": "1.0.0",
"jest-watch-typeahead": "0.6.1",
"jsdom": "16.4.0",
"jest-watch-typeahead": "1.0.0",
"jsdom": "16.6.0",
"lerna": "3.22.1",
"lint-staged": "9.2.5",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/README.md
Expand Up @@ -91,7 +91,7 @@ _Example:_
"check-node-version": "^4.1.0",
"cross-spawn": "^5.1.0",
"eslint": "^7.1.0",
- "jest": "^26.6.3",
- "jest": "^27.2.5",
"minimist": "^1.2.0",
"npm-package-json-lint": "^3.6.0",
```
Expand Down

0 comments on commit 62c519c

Please sign in to comment.