Skip to content

Commit 520b4b3

Browse files
committed
added babel-jest instead of older 6to5-jest
1 parent 9b50a4d commit 520b4b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-es7",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Example of using React + Reflux + router + ES6 with experimental ES7 syntax + Jest + Semantic-UI",
55
"main": "src/index.js",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"serve": "broccoli serve"
1010
},
1111
"jest": {
12-
"scriptPreprocessor": "<rootDir>/node_modules/6to5-jest",
12+
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
1313
"testFileExtensions": [
1414
"es6",
1515
"js"
@@ -24,23 +24,23 @@
2424
"author": "",
2525
"license": "ISC",
2626
"devDependencies": {
27-
"6to5": "*",
28-
"6to5-jest": "hipertracker/6to5-jest",
27+
"jest": "*",
28+
"babel-jest": "^4.0.0",
2929
"broccoli": "^0.13.3",
3030
"broccoli-babel-transpiler": "^4.0.0",
3131
"broccoli-cli": "0.0.1",
3232
"broccoli-env": "0.0.1",
3333
"broccoli-fast-browserify": "^0.2.3",
3434
"broccoli-filter": "^0.1.10",
35-
"broccoli-funnel": "^0.1.6",
35+
"broccoli-funnel": "^0.1.7",
3636
"broccoli-gzip": "^0.2.0",
3737
"broccoli-merge-trees": "^0.2.1",
38-
"broccoli-sass": "hipertracker/broccoli-sass",
3938
"broccoli-timepiece": "^0.3.0",
4039
"broccoli-uglify-js": "^0.1.3",
40+
"broccoli-sass": "hipertracker/broccoli-sass",
4141
"browserify": "^8.0.1",
4242
"http-server": "^0.7.4",
43-
"jest-cli": "^0.2.1"
43+
"jest-cli": "^0.2.2"
4444
},
4545
"dependencies": {
4646
"lodash": "*",

0 commit comments

Comments
 (0)