Skip to content

Commit 665b922

Browse files
authored
Update Node.js assertion output snapshots
* Pin latest node@22 and npm@11 * Update Node.js assertion output snapshots
1 parent 9cc3810 commit 665b922

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
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
}

test/external-assertions/snapshots/test.js.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff 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 ---␊
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)