File: console-log--buffer.tap

package info (click to toggle)
node-tap 12.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,916 kB
  • sloc: makefile: 84; sh: 75
file content (42 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
>>>> before any tests
TAP version 13
>>>> an object is { a: 'thing', to: [ 'inspect' ] }
>>>> after first child
>>>> after second child
ok 1 - nesting ___/# time=[0-9.]+(ms)?/~~~ {
    1..2
    ok 1 - first ___/# time=[0-9.]+(ms)?/~~~ {
        1..3
        ok 1 - true is ok
        ok 2 - doag is also okay
        ok 3 - doag is very okay
    }
    
    ok 2 - second ___/# time=[0-9.]+(ms)?/~~~ {
        ok 1 - but that is ok
        ok 2 - this passes
        ok 3 - nested ok
        ok 4 - nested ok second
        1..4
    }
}

>>>> after child test
ok 2 - this passes
ok 3 - this passes too
>>>> after pass() calls
>>>> in async kid, before plan
>>>> in async kid, after plan
>>>> after async kid
>>>> after all tests, before end()
>>>> after end() called
ok 4 - async kid ___/# time=[0-9.]+(ms)?/~~~ {
    1..2
    ok 1 - timeout
    ok 2 - timeout
}

ok 5 - pass after async kid
1..5
___/# time=[0-9.]+(ms)?/~~~