We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cb7b5 commit 5f7056cCopy full SHA for 5f7056c
Makefile
package.json
@@ -5,7 +5,8 @@
5
"version": "1.0.8",
6
"scripts": {
7
"lint": "eslint lib/",
8
- "test": "make test"
+ "test:unit": "mocha test/",
9
+ "test": "run-s lint test:unit"
10
},
11
"homepage": "https://github.com/testingbot/testingbot-api",
12
"repository": {
@@ -27,7 +28,8 @@
27
28
"eslint-plugin-import": "^2.16.0",
29
"eslint-plugin-promise": "^5.1.0",
30
"eslint-plugin-standard": "^5.0.0",
- "mocha": "^8.3.2"
31
+ "mocha": "^8.3.2",
32
+ "npm-run-all": "^4.1.5"
33
34
"engines": {
35
"node": "*"
0 commit comments