Skip to content

Commit 7095623

Browse files
committed
Add mocha as dev dependency
1 parent d515b97 commit 7095623

File tree

2 files changed

+93
-39
lines changed

2 files changed

+93
-39
lines changed

package-lock.json

Lines changed: 91 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "./github-release-notes.js",
66
"scripts": {
77
"start": "node github-release-notes.js",
8-
"test": "nyc mocha --reporter=nyan --compilers=js:babel-register",
8+
"test": "./node_modules/.bin/nyc mocha --reporter=nyan --compilers=js:babel-register",
99
"coverage": "nyc --reporter=lcov --reporter=text mocha --compilers=js:babel-register",
1010
"options": "node tasks/_generate-options.js",
1111
"examples": "node tasks/_generate-examples.js",
@@ -92,6 +92,7 @@
9292
"gulp-watch": "^4.3.11",
9393
"jsdoc": "^3.4.3",
9494
"minami": "^1.2.3",
95+
"mocha": "^4.1.0",
9596
"nyc": "^11.2.1",
9697
"tap-nyan": "^1.1.0",
9798
"yamljs": "^0.3.0"

0 commit comments

Comments
 (0)