File: throw--bail--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 (20 lines) | stat: -rw-r--r-- 649 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
TAP version 13
not ok 1 - nesting ___/# time=[0-9.]+(ms)?/~~~ {
    1..3
    ok 1 - first ___/# time=[0-9.]+(ms)?/~~~ {
        1..2
        ok 1 - true is ok
        ok 2 - doag is also okay
    }
    
    not ok 2 - async thrower ___/# time=[0-9.]+(ms)?/~~~ {
        not ok 1 - THINK FAST! and also lines so many
          ---
          {"at":{"column":16,"file":"test-legacy/test/throw.js","line":12},"jerk":true,"source":"var er = new Error('THINK FAST!\\nand also lines\\nso many')\n","test":"async thrower"}
          ...
        
        Bail out! # THINK FAST! and also lines so many
    }
}
Bail out! # THINK FAST! and also lines so many