File tree Expand file tree Collapse file tree 3 files changed +6
-16
lines changed
test/external-assertions/snapshots Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 153153 }
154154 },
155155 "volta" : {
156- "node" : " 22.16.0 " ,
157- "npm" : " 11.4.1 "
156+ "node" : " 22.21.1 " ,
157+ "npm" : " 11.6.2 "
158158 }
159159}
Original file line number Diff line number Diff line change @@ -298,14 +298,9 @@ Generated by [AVA](https://avajs.dev).
298298 ␊
299299 Assertion failed: ␊
300300 ␊
301- The expression evaluated to a falsy value:␊
302- ␊
303- assert.ok(false)␊
304- ␊
305- AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:␊
306- ␊
307- assert.ok(false)␊
301+ false == true␊
308302 ␊
303+ AssertionError [ERR_ASSERTION]: false == true␊
309304 at ---␊
310305 at ---␊
311306 at ---␊
@@ -395,14 +390,9 @@ Generated by [AVA](https://avajs.dev).
395390 ␊
396391 Assertion failed: ␊
397392 ␊
398- The expression evaluated to a falsy value:␊
399- ␊
400- assert.ok(false)␊
401- ␊
402- AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:␊
403- ␊
404- assert.ok(false)␊
393+ false == true␊
405394 ␊
395+ AssertionError [ERR_ASSERTION]: false == true␊
406396 at ---␊
407397 at ---␊
408398 at ---␊
You can’t perform that action at this time.
0 commit comments