Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44942d commit dd629ddCopy full SHA for dd629dd
src/templates/js-mocha/coderoad.yaml
@@ -92,8 +92,7 @@ levels:
92
## Example Four: Subtasks
93
- id: L1S4
94
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
+ ## A filter is a regex that limits the test results
+ filter: "^Example 2"
+ ## A feature that shows subtasks: all filtered active test names and the status of the tests (pass/fail).
+ subtasks: true
0 commit comments