Thanks to visit codestin.com Credit goes to github.com
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 d8505ea commit e9a70e7Copy full SHA for e9a70e7
coderoad.yaml
@@ -1,7 +1,7 @@
1
version: "0.4.2"
2
config:
3
testRunner:
4
- command: node_modules/.bin/mocha
+ command: npm run test --
5
args:
6
filter: --grep
7
tap: --reporter=mocha-tap-reporter
tutorial.json
@@ -6,7 +6,7 @@
},
"config": {
8
"testRunner": {
9
- "command": "node_modules/.bin/mocha",
+ "command": "npm run test --",
10
"args": {
11
"filter": "--grep",
12
"tap": "--reporter=mocha-tap-reporter"
0 commit comments