Skip to content

Commit 535f5e8

Browse files
committed
update test-runner docs with "completed"
1 parent edff931 commit 535f5e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_posts/2016-01-11-test-runner.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,14 @@ The result should output the *taskPosition* after the test. The field *change* r
6868
"pass": true,
6969
"taskPosition": 1,
7070
"change": 1,
71-
"msg": "Task 1 Complete"
71+
"msg": "Task 1 Complete",
72+
"completed": false
7273
}
7374
```
7475

76+
`completed` indicates all tests have passed. `pass` indicates at least one test has passed.
77+
78+
7579
##### fail
7680

7781
```json

0 commit comments

Comments
 (0)