@tap-format/parser
Version:
A highly verbose parser for the Test Anything Protocol that exposes an observable and streaming interface
37 lines (35 loc) • 576 B
Plain Text
TAP version 13
ok 1 true value
ok 2 true value
not ok 3 strings match
---
operator: equal
expected: 'you'
actual: 'me'
at: Test.<anonymous> (/asdf/index.js:8:5)
...
ok 4 true value
ok 5 true value
ok 6 true value
ok 7 true value
this is a console log
ok 8 should be false
ok 9 false value
ok 10 should have been a false value
ok 11 false value
ok 12 is ok
ok 13 is not ok
ok 14 me equals me
not ok 15 plan != count
---
operator: fail
expected: 4
actual: 3
...
1..15