2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 04:47:38 +00:00

[npm] Add script: mocha

This commit is contained in:
GochoMugo 2017-01-11 17:05:38 +03:00
parent 0c18cda922
commit 061d11a109
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4

View File

@ -18,6 +18,7 @@
"build": "babel -d ./lib src",
"prepublish": "npm run build && npm run gen-doc",
"eslint": "eslint ./src ./test ./examples",
"mocha": "mocha",
"pretest": "npm run build",
"test": "npm run eslint && istanbul cover ./node_modules/mocha/bin/_mocha"
},