Skip to content

Commit 5d626a9

Browse files
committed
Add babel-jest
1 parent c1c25d5 commit 5d626a9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.babelrc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@
22
"presets": ["flow"],
33
"plugins": [
44
"transform-es2015-modules-commonjs"
5-
],
6-
"env": {
7-
"test": {
8-
"plugins": ["istanbul"]
9-
}
10-
}
5+
]
116
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"are-we-flow-yet": "^1.0.0",
6161
"babel-cli": "^6.24.1",
6262
"babel-eslint": "^7.2.3",
63+
"babel-jest": "^19.0.0",
6364
"babel-plugin-istanbul": "^4.1.3",
6465
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
6566
"babel-preset-flow": "^6.23.0",

0 commit comments

Comments
 (0)