@@ -57,7 +57,10 @@ not ok 10 - traces-in-t-throws [90m[2m›[22m[39m throws
57
57
message: 'uh-oh',
58
58
}
59
59
'Expected instance of:': 'Function TypeError {}'
60
- at: 'throwError (traces-in-t-throws.js:4:8)'
60
+ at: |-
61
+ throwError (traces-in-t-throws.js:4:8)
62
+ throwError (traces-in-t-throws.js:12:17)
63
+ throws (traces-in-t-throws.js:12:4)
61
64
...
62
65
---tty-stream-chunk-separator
63
66
# traces-in-t-throws › notThrows
@@ -70,7 +73,10 @@ not ok 11 - traces-in-t-throws [90m[2m›[22m[39m notThrows
70
73
Error {
71
74
message: 'uh-oh',
72
75
}
73
- at: 'throwError (traces-in-t-throws.js:4:8)'
76
+ at: |-
77
+ throwError (traces-in-t-throws.js:4:8)
78
+ throwError (traces-in-t-throws.js:16:20)
79
+ notThrows (traces-in-t-throws.js:16:4)
74
80
...
75
81
---tty-stream-chunk-separator
76
82
# traces-in-t-throws › notThrowsAsync
@@ -83,7 +89,10 @@ not ok 12 - traces-in-t-throws [90m[2m›[22m[39m notThrowsAsync
83
89
Error {
84
90
message: 'uh-oh',
85
91
}
86
- at: 'throwError (traces-in-t-throws.js:4:8)'
92
+ at: |-
93
+ throwError (traces-in-t-throws.js:4:8)
94
+ throwError (traces-in-t-throws.js:20:25)
95
+ notThrowsAsync (traces-in-t-throws.js:20:4)
87
96
...
88
97
---tty-stream-chunk-separator
89
98
# traces-in-t-throws › throwsAsync
@@ -96,7 +105,10 @@ not ok 13 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync
96
105
Error {
97
106
message: 'uh-oh',
98
107
}
99
- at: 'throwError (traces-in-t-throws.js:4:8)'
108
+ at: |-
109
+ throwError (traces-in-t-throws.js:4:8)
110
+ throwError (traces-in-t-throws.js:24:22)
111
+ throwsAsync (traces-in-t-throws.js:24:4)
100
112
...
101
113
---tty-stream-chunk-separator
102
114
# traces-in-t-throws › throwsAsync different error
@@ -110,7 +122,9 @@ not ok 14 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync different erro
110
122
message: 'uh-oh',
111
123
}
112
124
'Expected instance of:': 'Function TypeError {}'
113
- at: 'returnRejectedPromise (traces-in-t-throws.js:8:24)'
125
+ at: |-
126
+ returnRejectedPromise (traces-in-t-throws.js:8:24)
127
+ throwsAsync (traces-in-t-throws.js:28:11)
114
128
...
115
129
---tty-stream-chunk-separator
116
130
stdout
@@ -192,7 +206,9 @@ not ok 24 - test [90m[2m›[22m[39m bad throws
192
206
Error {
193
207
message: 'err',
194
208
}
195
- at: 'fn (test.js:35:9)'
209
+ at: |-
210
+ fn (test.js:35:9)
211
+ fn (test.js:38:11)
196
212
...
197
213
---tty-stream-chunk-separator
198
214
# test › bad notThrows
@@ -206,7 +222,9 @@ not ok 25 - test [90m[2m›[22m[39m bad notThrows
206
222
Error {
207
223
message: 'err',
208
224
}
209
- at: 'fn (test.js:43:9)'
225
+ at: |-
226
+ fn (test.js:43:9)
227
+ fn (test.js:46:14)
210
228
...
211
229
---tty-stream-chunk-separator
212
230
# test › implementation throws non-error
0 commit comments