|
9 | 9 | "babel-cli": "^6.6.5",
|
10 | 10 | "babel-core": "^6.0.0",
|
11 | 11 | "babel-eslint": "^7.1.0",
|
12 |
| - "babel-jest": "17.0.2", |
| 12 | + "babel-jest": "18.0.0", |
13 | 13 | "babel-plugin-check-es2015-constants": "^6.5.0",
|
14 | 14 | "babel-plugin-syntax-trailing-function-commas": "^6.5.0",
|
15 | 15 | "babel-plugin-transform-class-properties": "^6.11.5",
|
|
62 | 62 | "gulp-load-plugins": "^1.2.4",
|
63 | 63 | "gulp-util": "^3.0.7",
|
64 | 64 | "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", |
69 | 69 | "loose-envify": "^1.1.0",
|
70 | 70 | "merge-stream": "^1.0.0",
|
71 | 71 | "object-assign": "^4.1.0",
|
|
100 | 100 | ],
|
101 | 101 | "rootDir": "",
|
102 | 102 | "transform": {
|
103 |
| - ".*": "scripts/jest/preprocessor.js" |
| 103 | + ".*": "./scripts/jest/preprocessor.js" |
104 | 104 | },
|
105 | 105 | "setupFiles": [
|
106 |
| - "scripts/jest/environment.js" |
| 106 | + "./scripts/jest/environment.js" |
107 | 107 | ],
|
108 |
| - "setupTestFrameworkScriptFile": "scripts/jest/test-framework-setup.js", |
| 108 | + "setupTestFrameworkScriptFile": "./scripts/jest/test-framework-setup.js", |
109 | 109 | "testRegex": "/__tests__/",
|
110 | 110 | "moduleFileExtensions": [
|
111 | 111 | "js",
|
|
0 commit comments