File tree 2 files changed +10
-14
lines changed
2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 4
4
5
5
``` config
6
6
config:
7
- testRunner:
8
- command: npm run programmatic-test
9
- fileFormats:
10
- - JS
11
- - JSON
12
- - .env
13
- - .gitignore
7
+ testRunner:
8
+ command: ./node_modules/.bin/mocha
9
+ args:
10
+ filter: --grep
11
+ tap: --reporter=mocha-tap-reporter
14
12
repo:
15
13
uri: https://github.com/coderoad/fcc-basic-node-and-express
16
14
branch: v0.3.1
Original file line number Diff line number Diff line change 6
6
},
7
7
"config" : {
8
8
"testRunner" : {
9
- "command" : " npm run programmatic-test" ,
10
- "fileFormats" : [
11
- " JS" ,
12
- " JSON" ,
13
- " .env" ,
14
- " .gitignore"
15
- ]
9
+ "command" : " ./node_modules/.bin/mocha" ,
10
+ "args" : {
11
+ "filter" : " --grep" ,
12
+ "tap" : " --reporter=mocha-tap-reporter"
13
+ }
16
14
},
17
15
"repo" : {
18
16
"uri" : " https://github.com/coderoad/fcc-basic-node-and-express" ,
You can’t perform that action at this time.
0 commit comments