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.
2 parents c083654 + a45562c commit d4bb853Copy full SHA for d4bb853
package.json
@@ -43,7 +43,7 @@
43
"eslint-config-airbnb": "0.0.6",
44
"eslint-plugin-react": "^2.3.0",
45
"expect": "^1.6.0",
46
- "istanbul": "^0.3.15",
+ "isparta": "^3.0.3",
47
"jsdom": "~5.4.3",
48
"mocha": "^2.2.5",
49
"mocha-jsdom": "~0.4.0",
@@ -57,10 +57,12 @@
57
"invariant": "^2.0.0"
58
},
59
"npmName": "redux",
60
- "npmFileMap": [{
61
- "basePath": "/dist/",
62
- "files": [
63
- "*.js"
64
- ]
65
- }]
+ "npmFileMap": [
+ {
+ "basePath": "/dist/",
+ "files": [
+ "*.js"
+ ]
66
+ }
67
68
}
scripts/test-cov
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
3
-`npm bin`/istanbul cover `npm bin`/_mocha -- --compilers js:babel/register --recursive
+`npm bin`/babel-node `npm bin`/isparta cover `npm bin`/_mocha -- --recursive
0 commit comments