Skip to content

Commit d4bb853

Browse files
committed
Merge pull request reduxjs#251 from nkbt/es6-coverage
ES6 coverage
2 parents c083654 + a45562c commit d4bb853

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-config-airbnb": "0.0.6",
4444
"eslint-plugin-react": "^2.3.0",
4545
"expect": "^1.6.0",
46-
"istanbul": "^0.3.15",
46+
"isparta": "^3.0.3",
4747
"jsdom": "~5.4.3",
4848
"mocha": "^2.2.5",
4949
"mocha-jsdom": "~0.4.0",
@@ -57,10 +57,12 @@
5757
"invariant": "^2.0.0"
5858
},
5959
"npmName": "redux",
60-
"npmFileMap": [{
61-
"basePath": "/dist/",
62-
"files": [
63-
"*.js"
64-
]
65-
}]
60+
"npmFileMap": [
61+
{
62+
"basePath": "/dist/",
63+
"files": [
64+
"*.js"
65+
]
66+
}
67+
]
6668
}

scripts/test-cov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
`npm bin`/istanbul cover `npm bin`/_mocha -- --compilers js:babel/register --recursive
3+
`npm bin`/babel-node `npm bin`/isparta cover `npm bin`/_mocha -- --recursive

0 commit comments

Comments
 (0)