UNPKG
tap-spec
Version:
latest (5.0.0)
5.0.0
4.1.2
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
3.0.0
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.1
1.0.0
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.0.1
Formatted TAP output like Mocha's spec reporter
github.com/scottcorgan/tap-spec
scottcorgan/tap-spec
tap-spec
/
test
/
fixtures
/
not-ok.txt
18 lines
(16 loc)
•
283 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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