File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 44
55``` config
66config:
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
1412 repo:
1513 uri: https://github.com/coderoad/fcc-basic-node-and-express
1614 branch: v0.3.1
Original file line number Diff line number Diff line change 66 },
77 "config" : {
88 "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+ }
1614 },
1715 "repo" : {
1816 "uri" : " https://github.com/coderoad/fcc-basic-node-and-express" ,
You can’t perform that action at this time.
0 commit comments