File tree 2 files changed +18
-8
lines changed
2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 6
6
},
7
7
"config" : {
8
8
"testRunner" : {
9
- "command" : " npm run test:programmatic" ,
10
- "filter" : " npm run test:filter" ,
11
- "path" : " .coderoad" ,
12
- "actions" : {
9
+ "command" : " ./node_modules/.bin/mocha" ,
10
+ "args" : {
11
+ "filter" : " --grep" ,
12
+ "tap" : " --reporter=mocha-tap-reporter"
13
+ },
14
+ "directory" : " .coderoad" ,
15
+ "setup" : {
13
16
"commits" : [" 410bd4f" ],
14
17
"commands" : [" npm install" ]
15
18
}
37
40
"files" : [" src/add.js" ],
38
41
"commits" : [" 1211e5e" ],
39
42
"commands" : [" npm install" ],
40
- "subtasks" : [" ^Example" ]
43
+ "filter" : " ^Example" ,
44
+ "subtasks" : true
41
45
},
42
46
"solution" : {
43
47
"files" : [" src/add.js" ],
Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ summary:
4
4
description : " An example of subtasks in CodeRoad"
5
5
config :
6
6
testRunner :
7
- command : npm run test:programmatic
8
- filter : npm run test:filter
7
+ command : ./node_modules/.bin/mocha
8
+ args :
9
+ filter : --grep
10
+ tap : --reporter=mocha-tap-reporter
11
+ director : .coderoad
12
+ setup :
13
+ commits : 410bd4f
14
+ commands : npm install
9
15
repo :
10
16
uri : https://github.com/shmck/coderoad-tutorial-subtask-demo
11
- branch : master
17
+ branch : v0.1.0
12
18
dependencies :
13
19
- name : node
14
20
version : " >=10"
You can’t perform that action at this time.
0 commit comments