Skip to content

Commit 9d7ac8c

Browse files
committed
update tutorial initial steps
1 parent 098cafc commit 9d7ac8c

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

CODEROAD.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
55
```config
66
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
1412
repo:
1513
uri: https://github.com/coderoad/fcc-basic-node-and-express
1614
branch: v0.3.1

coderoad-config.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
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",

0 commit comments

Comments
 (0)