File tree Expand file tree Collapse file tree 2 files changed +32
-23
lines changed Expand file tree Collapse file tree 2 files changed +32
-23
lines changed Original file line number Diff line number Diff line change 1- # Title of Tutorial
1+ ## L1 Subtask Example
22
3- > A description of the tutorial
3+ > Subtask Example
44
5- ``` config
6- config:
7- testRunner:
8- command: npm run programmatic-test
9- path: .coderoad
10- actions:
11- commits:
12- - '1728434'
13- commands:
14- - npm install
15- repo:
16- uri: https://github.com/coderoad/starter-js-mocha
17- branch: v0.1.0
18- dependencies:
19- - name: node
20- version: >=10
21- ```
5+ A subtask example
226
23- ## Level 1 Title
7+ ### L1S1 step 1
248
25- > Introduction to the tutorial
26-
27- Some write up here to introduce what the tutorial is about.
9+ Create a function ` add ` that can take a variety of params.
Original file line number Diff line number Diff line change 1+ version : " 0.1.0"
2+ summary :
3+ title : " Subtask Demo"
4+ description : " An example of subtasks in CodeRoad"
5+ config :
6+ testRunner :
7+ command : npm run test:programmatic
8+ filter : npm run test:filter
9+ repo :
10+ uri : https://github.com/shmck/coderoad-tutorial-subtask-demo
11+ branch : master
12+ dependencies :
13+ - name : node
14+ version : " >=10"
15+ levels :
16+ - id : L1
17+ config : {}
18+ steps :
19+ - id : L1S1
20+ setup :
21+ files :
22+ - src/add.js
23+ commits : []
24+ solution :
25+ files :
26+ - src/add.js
27+ commits : []
You can’t perform that action at this time.
0 commit comments