Skip to content

Commit c79af45

Browse files
authored
Update to Jest 18 (#8621)
1 parent efaa26e commit c79af45

File tree

2 files changed

+135
-152
lines changed

2 files changed

+135
-152
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"babel-cli": "^6.6.5",
1010
"babel-core": "^6.0.0",
1111
"babel-eslint": "^7.1.0",
12-
"babel-jest": "17.0.2",
12+
"babel-jest": "18.0.0",
1313
"babel-plugin-check-es2015-constants": "^6.5.0",
1414
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
1515
"babel-plugin-transform-class-properties": "^6.11.5",
@@ -62,10 +62,10 @@
6262
"gulp-load-plugins": "^1.2.4",
6363
"gulp-util": "^3.0.7",
6464
"gzip-js": "~0.3.2",
65-
"jest-cli": "17.0.2",
66-
"jest-config": "^17.0.2",
67-
"jest-jasmine2": "^17.0.2",
68-
"jest-runtime": "^17.0.2",
65+
"jest-cli": "18.0.0",
66+
"jest-config": "^18.0.0",
67+
"jest-jasmine2": "^18.0.0",
68+
"jest-runtime": "^18.0.0",
6969
"loose-envify": "^1.1.0",
7070
"merge-stream": "^1.0.0",
7171
"object-assign": "^4.1.0",
@@ -100,12 +100,12 @@
100100
],
101101
"rootDir": "",
102102
"transform": {
103-
".*": "scripts/jest/preprocessor.js"
103+
".*": "./scripts/jest/preprocessor.js"
104104
},
105105
"setupFiles": [
106-
"scripts/jest/environment.js"
106+
"./scripts/jest/environment.js"
107107
],
108-
"setupTestFrameworkScriptFile": "scripts/jest/test-framework-setup.js",
108+
"setupTestFrameworkScriptFile": "./scripts/jest/test-framework-setup.js",
109109
"testRegex": "/__tests__/",
110110
"moduleFileExtensions": [
111111
"js",

0 commit comments

Comments
 (0)