mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-29 13:27:44 +00:00
[npm] Add script: mocha
This commit is contained in:
parent
0c18cda922
commit
061d11a109
@ -18,6 +18,7 @@
|
|||||||
"build": "babel -d ./lib src",
|
"build": "babel -d ./lib src",
|
||||||
"prepublish": "npm run build && npm run gen-doc",
|
"prepublish": "npm run build && npm run gen-doc",
|
||||||
"eslint": "eslint ./src ./test ./examples",
|
"eslint": "eslint ./src ./test ./examples",
|
||||||
|
"mocha": "mocha",
|
||||||
"pretest": "npm run build",
|
"pretest": "npm run build",
|
||||||
"test": "npm run eslint && istanbul cover ./node_modules/mocha/bin/_mocha"
|
"test": "npm run eslint && istanbul cover ./node_modules/mocha/bin/_mocha"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user