|
10 | 10 | "babel-cli": "^6.6.5", |
11 | 11 | "babel-core": "^6.0.0", |
12 | 12 | "babel-eslint": "^7.1.0", |
13 | | - "babel-jest": "21.2.0", |
| 13 | + "babel-jest": "^21.3.0-beta.4", |
14 | 14 | "babel-plugin-check-es2015-constants": "^6.5.0", |
15 | 15 | "babel-plugin-external-helpers": "^6.22.0", |
16 | 16 | "babel-plugin-syntax-trailing-function-commas": "^6.5.0", |
|
53 | 53 | "eslint-plugin-flowtype": "^2.25.0", |
54 | 54 | "eslint-plugin-react": "^6.7.1", |
55 | 55 | "eslint-plugin-react-internal": "file:./scripts/eslint-rules", |
| 56 | + "expect": "^21.3.0-beta.4", |
56 | 57 | "fbjs": "^0.8.16", |
57 | 58 | "fbjs-scripts": "^0.6.0", |
58 | 59 | "filesize": "^3.5.6", |
|
63 | 64 | "gzip-js": "~0.3.2", |
64 | 65 | "gzip-size": "^3.0.0", |
65 | 66 | "jasmine-check": "^1.0.0-rc.0", |
66 | | - "jest": "21.2.1", |
67 | | - "jest-config": "21.2.1", |
68 | | - "jest-jasmine2": "21.2.1", |
69 | | - "jest-matchers": "20.1.0-delta.1", |
70 | | - "jest-runtime": "21.2.1", |
| 67 | + "jest": "^21.3.0-beta.4", |
| 68 | + "jest-config": "^21.3.0-beta.4", |
| 69 | + "jest-jasmine2": "^21.3.0-beta.4", |
| 70 | + "jest-runtime": "^21.3.0-beta.4", |
71 | 71 | "merge-stream": "^1.0.0", |
72 | 72 | "minimist": "^1.2.0", |
73 | 73 | "ncp": "^2.0.0", |
|
115 | 115 | "transform": { |
116 | 116 | ".*": "./scripts/jest/preprocessor.js" |
117 | 117 | }, |
118 | | - "transformIgnorePatterns": [ |
119 | | - "/node_modules/(?!react|shared|events)" |
120 | | - ], |
121 | 118 | "setupFiles": [ |
122 | 119 | "./scripts/jest/setup.js", |
123 | 120 | "./scripts/jest/environment.js" |
|
0 commit comments