File: end-exception--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 (16 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TAP version 13
end()
ok 1 ___/# time=[0-9.]+(ms)?/~~~ {
    1..1
    ok 1 - should be equal
}

not ok 2 - beep
  ---
  {"at":{"column":11,"file":"test-legacy/test/end-exception.js","line":8},"source":"throw new Error('beep')\n"}
  ...

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