-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(jest): opt-in to shorter snapshot format (#4843)
* test(jest): opt-in to shorter snapshot format jestjs/jest#11654 ...waiting for the release of jest * remove usage of setImmediate (doesn't exist in browser) * make sessionStorage mock writable * update jest to latest * final update & snapshot changes * simplify lockfile * Update src/lib/__tests__/InstantSearch-test.tsx * simpler without fake timerz
- Loading branch information
Showing
56 changed files
with
1,945 additions
and
1,590 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,8 +80,7 @@ | |
"@testing-library/preact": "1.0.2", | ||
"@types/classnames": "^2.2.7", | ||
"@types/enzyme": "^3.1.15", | ||
"@types/jest": "^26.0.22", | ||
"@types/jest-diff": "^24.3.0", | ||
"@types/jest": "^27.0.1", | ||
"@types/jsdom": "^16.2.13", | ||
"@types/scriptjs": "^0.0.2", | ||
"@types/storybook__addon-actions": "^3.4.2", | ||
|
@@ -98,7 +97,7 @@ | |
"algoliasearch": "4.10.3", | ||
"algoliasearch-v3": "npm:[email protected]", | ||
"babel-eslint": "10.0.3", | ||
"babel-jest": "26.6.3", | ||
"babel-jest": "27.1.0", | ||
"babel-loader": "8.0.6", | ||
"babel-plugin-inline-replace-variables": "1.3.1", | ||
"babel-plugin-polyfill-es-shims": "0.0.7", | ||
|
@@ -120,12 +119,12 @@ | |
"eslint-plugin-react": "7.18.0", | ||
"eslint-plugin-react-hooks": "2.3.0", | ||
"instantsearch-e2e-tests": "algolia/instantsearch-e2e-tests#1.3.0", | ||
"jest": "26.6.3", | ||
"jest-diff": "26.6.2", | ||
"jest-environment-jsdom": "26.6.2", | ||
"jest": "27.1.0", | ||
"jest-diff": "27.1.0", | ||
"jest-environment-jsdom": "27.1.0", | ||
"jest-environment-jsdom-global": "2.0.4", | ||
"jest-junit": "12.2.0", | ||
"jest-watch-typeahead": "0.6.2", | ||
"jest-watch-typeahead": "0.6.4", | ||
"jscodeshift": "0.7.0", | ||
"jsdom-global": "3.0.2", | ||
"places.js": "1.17.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.