@@ -4,7 +4,7 @@ The actual snapshot is saved in `test.js.snap`.
4
4
5
5
Generated by [ AVA] ( https://avajs.dev ) .
6
6
7
- ## node assertion (node.js v18 )
7
+ ## node assertion (node.js v^18 )
8
8
9
9
> Snapshot 1
10
10
@@ -46,7 +46,7 @@ Generated by [AVA](https://avajs.dev).
46
46
␊
47
47
2 tests failed`
48
48
49
- ## expect error (node.js v18 )
49
+ ## expect error (node.js v^18 )
50
50
51
51
> Snapshot 1
52
52
@@ -96,7 +96,7 @@ Generated by [AVA](https://avajs.dev).
96
96
␊
97
97
2 tests failed`
98
98
99
- ## node assertion (node.js v20 )
99
+ ## node assertion (node.js v^20 < 20.11 )
100
100
101
101
> Snapshot 1
102
102
@@ -138,7 +138,7 @@ Generated by [AVA](https://avajs.dev).
138
138
␊
139
139
2 tests failed`
140
140
141
- ## expect error (node.js v20 )
141
+ ## expect error (node.js v^20 < 20.11 )
142
142
143
143
> Snapshot 1
144
144
@@ -188,7 +188,7 @@ Generated by [AVA](https://avajs.dev).
188
188
␊
189
189
2 tests failed`
190
190
191
- ## node assertion (node.js v21 )
191
+ ## node assertion (node.js v^20.11 )
192
192
193
193
> Snapshot 1
194
194
@@ -235,7 +235,104 @@ Generated by [AVA](https://avajs.dev).
235
235
␊
236
236
2 tests failed`
237
237
238
- ## expect error (node.js v21)
238
+ ## expect error (node.js v^20.11)
239
+
240
+ > Snapshot 1
241
+
242
+ `␊
243
+ ✘ [fail]: test Assertion failed␊
244
+ ✘ [fail]: test async Assertion failed␊
245
+ ─␊
246
+ ␊
247
+ test␊
248
+ ␊
249
+ Assertion failed: ␊
250
+ ␊
251
+ expect(received).toBeTruthy()␊
252
+ ␊
253
+ Received: false␊
254
+ ␊
255
+ Error: expect(received).toBeTruthy()␊
256
+ ␊
257
+ Received: false␊
258
+ at ---␊
259
+ at ---␊
260
+ at ---␊
261
+ at ---␊
262
+ at ---␊
263
+ at ---␊
264
+ at ---␊
265
+ at ---␊
266
+ at ---␊
267
+ ␊
268
+ ␊
269
+ ␊
270
+ test async␊
271
+ ␊
272
+ Assertion failed: ␊
273
+ ␊
274
+ expect(received).toBeTruthy()␊
275
+ ␊
276
+ Received: false␊
277
+ ␊
278
+ Error: expect(received).toBeTruthy()␊
279
+ ␊
280
+ Received: false␊
281
+ at ---␊
282
+ at ---␊
283
+ ␊
284
+ ─␊
285
+ ␊
286
+ 2 tests failed`
287
+
288
+ ## node assertion (node.js v^21)
289
+
290
+ > Snapshot 1
291
+
292
+ `␊
293
+ ✘ [fail]: test Assertion failed␊
294
+ ✘ [fail]: test async Assertion failed␊
295
+ ─␊
296
+ ␊
297
+ test␊
298
+ ␊
299
+ Assertion failed: ␊
300
+ ␊
301
+ The expression evaluated to a falsy value:␊
302
+ ␊
303
+ assert(false)␊
304
+ ␊
305
+ AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:␊
306
+ ␊
307
+ assert(false)␊
308
+ ␊
309
+ at ---␊
310
+ at ---␊
311
+ at ---␊
312
+ at ---␊
313
+ at ---␊
314
+ at ---␊
315
+ at ---␊
316
+ at ---␊
317
+ at ---␊
318
+ ␊
319
+ ␊
320
+ ␊
321
+ test async␊
322
+ ␊
323
+ Assertion failed: ␊
324
+ ␊
325
+ false == true␊
326
+ ␊
327
+ AssertionError [ERR_ASSERTION]: false == true␊
328
+ at ---␊
329
+ at ---␊
330
+ ␊
331
+ ─␊
332
+ ␊
333
+ 2 tests failed`
334
+
335
+ ## expect error (node.js v^21)
239
336
240
337
> Snapshot 1
241
338
0 commit comments