tapjs/tap-parser

Assertion numbers shouldn't be mandatory

Closed this issue · 1 comments

According to spec http://testanything.org/tap-specification.html:

"TAP expects the ok or not ok to be followed by a test point number. If there is no number the harness must maintain its own counter until the script supplies test numbers again. So the following test output"

For example, this output should be valid:

1..1
ok we are good

Merged in 0.5.0. Thanks for the patch!