Skip to content

Commit a36728e

Browse files
Bump jest from 25.5.4 to 26.0.1 (OctoLinker#930)
* Bump jest from 25.5.4 to 26.0.1 Bumps [jest](https://github.com/facebook/jest) from 25.5.4 to 26.0.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](jestjs/jest@v25.5.4...v26.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]> * Replace require.requireActual with jest.requireActual Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Stefan Buck <[email protected]>
1 parent 5ff0823 commit a36728e

File tree

3 files changed

+487
-621
lines changed

3 files changed

+487
-621
lines changed

__mocks__/path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const path = require.requireActual('path');
1+
const path = jest.requireActual('path');
22

33
path.join = path.posix.join;
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-plugin-jsx-a11y": "^6.2.1",
4848
"eslint-plugin-prettier": "^3.1.3",
4949
"eslint-plugin-react": "^7.13.0",
50-
"jest": "^25.5.4",
50+
"jest": "^26.0.1",
5151
"jest-fetch-mock": "^3.0.2",
5252
"jest-puppeteer": "^4.2.0",
5353
"json-loader": "^0.5.7",

0 commit comments

Comments
 (0)