File: async--buffer.tap

package info (click to toggle)
node-tap 12.0.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,996 kB
  • sloc: javascript: 13,674; sh: 75; makefile: 73
file content (14 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TAP version 13
ok 1 - first test ___/# time=[0-9.]+(ms)?/~~~ {
    ok 1 - this is ok
    1..1
}

ok 2 - second test (async) ___/# time=[0-9.]+(ms)?/~~~ {
    ok 1 - this is ok
    1..1
}

1..2
___/# time=[0-9.]+(ms)?/~~~