We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c25d5 commit 5d626a9Copy full SHA for 5d626a9
.babelrc
@@ -2,10 +2,5 @@
2
"presets": ["flow"],
3
"plugins": [
4
"transform-es2015-modules-commonjs"
5
- ],
6
- "env": {
7
- "test": {
8
- "plugins": ["istanbul"]
9
- }
10
+ ]
11
}
package.json
@@ -60,6 +60,7 @@
60
"are-we-flow-yet": "^1.0.0",
61
"babel-cli": "^6.24.1",
62
"babel-eslint": "^7.2.3",
63
+ "babel-jest": "^19.0.0",
64
"babel-plugin-istanbul": "^4.1.3",
65
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
66
"babel-preset-flow": "^6.23.0",
0 commit comments