We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9339ed commit 96a171eCopy full SHA for 96a171e
jest.config.js
@@ -6,7 +6,6 @@ module.exports = {
6
rootDir: 'src',
7
setupFiles: ['jest-localstorage-mock', './jest.setup.js'],
8
testMatch: ['**/__tests__/**/*-test.js'],
9
- testURL: 'http://localhost',
10
transform: {
11
'^.+\\.js$': 'babel-jest',
12
},
package.json
@@ -53,7 +53,7 @@
53
"eslint-plugin-babel": "5.0.0",
54
"eslint-plugin-prettier": "2.6.0",
55
"eventsourcemock": "1.1.0",
56
- "jest": "22.4.3",
+ "jest": "23.5.0",
57
"jest-junit": "3.6.0",
58
"jest-localstorage-mock": "2.2.0",
59
"prettier": "1.11.1",
0 commit comments