Skip to content

Commit 4f0d07c

Browse files
committed
added stage=0 for babel-jest
1 parent b1a3a4b commit 4f0d07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-es7",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Example of using React + Reflux + router + ES6 with experimental ES7 syntax + Jest + Semantic-UI",
55
"main": "src/index.js",
66
"scripts": {
7-
"test": "jest",
7+
"test": "BABEL_JEST_STAGE=0 jest",
88
"bundle": "broccoli build dist",
99
"serve": "broccoli serve"
1010
},

0 commit comments

Comments
 (0)