We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8db93b5 + b3b9e4f commit e24394cCopy full SHA for e24394c
2 files changed
package.json
@@ -5,7 +5,7 @@
5
"main": "./lib/bigcommerce",
6
"scripts": {
7
"autotest": "node_modules/.bin/supervisor -q -n exit -x node_modules/.bin/_mocha --",
8
- "exectests": "node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
+ "exectests": "node_modules/.bin/nyc ./node_modules/.bin/_mocha",
9
"lint": "node_modules/.bin/eslint lib test",
10
"test": "npm run exectests && npm run lint"
11
},
@@ -32,9 +32,9 @@
32
"chai": "^3.5.0",
33
"eslint": "^4.9.0",
34
"eslint-config-conversio": "^1.0.4",
35
- "istanbul": "^0.4.2",
36
- "mocha": "^2.4.5",
+ "mocha": "^6.1.4",
37
"nock": "^10.0.1",
+ "nyc": "^14.1.1",
38
"sinon": "^1.17.3",
39
"supervisor": "^0.12.0"
40
0 commit comments