File: subtest-buffer-diags-time.tap

package info (click to toggle)
node-tap-parser 11.0.2%2B~cs2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,820 kB
  • sloc: javascript: 8,015; makefile: 36; sh: 26
file content (20 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
1..3

ok 1 - first # time=12.34ms {
    ok x
    1..1
}

ok 2 - second { # time=12.34ms
    ok x
    1..1
}

ok 3 - third # time=43.21ms
  ---
  some: diagnostic
  ...
{
    ok y
    1..1
}