TAP version 13
# withtodo
ok 1 passing and not todo
ok 2 passing with todo # TODO
not ok 3 failing with todo # TODO
not ok 4 failing and not todo
  ---
    operator: ok
    expected: true
    actual:   false
    at: Test.<anonymous> (/Users/aghassemi/github/tape/test.js:7:5)
  ...

1..4
# tests 4
# pass  2
# fail  2