Skip to content

Commit e9a70e7

Browse files
committed
test runner command fix for windows
1 parent d8505ea commit e9a70e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderoad.yaml

+1-1
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: npm run test --
55
args:
66
filter: --grep
77
tap: --reporter=mocha-tap-reporter

tutorial.json

+1-1
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": "npm run test --",
1010
"args": {
1111
"filter": "--grep",
1212
"tap": "--reporter=mocha-tap-reporter"

0 commit comments

Comments
 (0)