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 060cd5e commit d8505eaCopy full SHA for d8505ea
coderoad.yaml
@@ -1,7 +1,7 @@
1
version: "0.4.2"
2
config:
3
testRunner:
4
- command: ./node_modules/.bin/mocha
+ command: node_modules/.bin/mocha
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": "node_modules/.bin/mocha",
10
"args": {
11
"filter": "--grep",
12
"tap": "--reporter=mocha-tap-reporter"
0 commit comments