Skip to content

Commit d8505ea

Browse files
committed
fix path to mocha executable
1 parent 060cd5e commit d8505ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderoad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "0.4.2"
22
config:
33
testRunner:
4-
command: ./node_modules/.bin/mocha
4+
command: node_modules/.bin/mocha
55
args:
66
filter: --grep
77
tap: --reporter=mocha-tap-reporter

tutorial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"config": {
88
"testRunner": {
9-
"command": "./node_modules/.bin/mocha",
9+
"command": "node_modules/.bin/mocha",
1010
"args": {
1111
"filter": "--grep",
1212
"tap": "--reporter=mocha-tap-reporter"

0 commit comments

Comments
 (0)