Skip to content

Commit 1d99ad1

Browse files
chore(package): update mocha to version 6.2.0
Closes #3
1 parent 40f19ee commit 1d99ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test-ci": "istanbul cover ./node_modules/mocha/bin/_mocha test/**/*.js --report lcovonly -- -R spec && cat ./coverage/lcov.info"
1111
},
1212
"devDependencies": {
13-
"mocha": "^5.1.1",
13+
"mocha": "^6.2.0",
1414
"chai": "^4.1.2",
1515
"chai-spies": "^1.0.0",
1616
"istanbul": "0.4.5",

0 commit comments

Comments
 (0)