Skip to content

WIP - Feature/update tutorial #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 14, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update tutorial initial steps
  • Loading branch information
ShMcK committed Jun 8, 2020
commit 9d7ac8c8839f3fc7dee7b4afe9c9cfaa6a47bcb3
12 changes: 5 additions & 7 deletions CODEROAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@

```config
config:
testRunner:
command: npm run programmatic-test
fileFormats:
- JS
- JSON
- .env
- .gitignore
testRunner:
command: ./node_modules/.bin/mocha
args:
filter: --grep
tap: --reporter=mocha-tap-reporter
repo:
uri: https://github.com/coderoad/fcc-basic-node-and-express
branch: v0.3.1
Expand Down
12 changes: 5 additions & 7 deletions coderoad-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
},
"config": {
"testRunner": {
"command": "npm run programmatic-test",
"fileFormats": [
"JS",
"JSON",
".env",
".gitignore"
]
"command": "./node_modules/.bin/mocha",
"args": {
"filter": "--grep",
"tap": "--reporter=mocha-tap-reporter"
}
},
"repo": {
"uri": "https://github.com/coderoad/fcc-basic-node-and-express",
Expand Down