Skip to content

Commit c09a915

Browse files
committed
update config
1 parent 4078071 commit c09a915

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎coderoad-config.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
},
77
"config": {
88
"testRunner": {
9-
"command": "npm run programmatic-test",
10-
"path": "coderoad",
11-
"actions": {
9+
"command": "./node_modules/.bin/mocha",
10+
"args": {
11+
"filter": "--grep",
12+
"tap": "--reporter=mocha-tap-reporter"
13+
},
14+
"directory": "coderoad",
15+
"setup": {
1216
"commits": ["55a9b6d", "d58d630"],
1317
"commands": ["npm install"]
1418
}

0 commit comments

Comments
 (0)