auth-api/tests/node_modules/tap-spec/test/fixtures/not-ok.txt
2021-06-23 22:30:45 +02:00

18 lines
283 B
Plaintext

TAP version 13
# THIS IS A SUITE
# test 1
ok 1 this test should pass
# test 2
not ok 2 this test should fail
---
operator: ok
expected: true
actual: false
at: Test.<anonymous> (/Users/khanh.nguyen/tap-spec/test.js:13:15)
...
1..2
# tests 2
# pass 1
# fail 1