Skip to content

Commit dd629dd

Browse files
committed
fix example structure
Signed-off-by: shmck <[email protected]>
1 parent e44942d commit dd629dd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/templates/js-mocha/coderoad.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ levels:
9292
## Example Four: Subtasks
9393
- id: L1S4
9494
setup:
95-
commands:
96-
## A filter is a regex that limits the test results
97-
- filter: "^Example 2"
98-
## A feature that shows subtasks: all filtered active test names and the status of the tests (pass/fail).
99-
- subtasks: true
95+
## A filter is a regex that limits the test results
96+
filter: "^Example 2"
97+
## A feature that shows subtasks: all filtered active test names and the status of the tests (pass/fail).
98+
subtasks: true

0 commit comments

Comments
 (0)