Skip to content

Commit 96a171e

Browse files
committed
bump jest version
1 parent c9339ed commit 96a171e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = {
66
rootDir: 'src',
77
setupFiles: ['jest-localstorage-mock', './jest.setup.js'],
88
testMatch: ['**/__tests__/**/*-test.js'],
9-
testURL: 'http://localhost',
109
transform: {
1110
'^.+\\.js$': 'babel-jest',
1211
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-plugin-babel": "5.0.0",
5454
"eslint-plugin-prettier": "2.6.0",
5555
"eventsourcemock": "1.1.0",
56-
"jest": "22.4.3",
56+
"jest": "23.5.0",
5757
"jest-junit": "3.6.0",
5858
"jest-localstorage-mock": "2.2.0",
5959
"prettier": "1.11.1",

0 commit comments

Comments
 (0)