diff --git a/package.json b/package.json index dfa0b63e1..9e8e1337f 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ } }, "volta": { - "node": "22.16.0", - "npm": "11.4.1" + "node": "22.21.1", + "npm": "11.6.2" } } diff --git a/test/external-assertions/snapshots/test.js.md b/test/external-assertions/snapshots/test.js.md index 7d97da549..174c6b260 100644 --- a/test/external-assertions/snapshots/test.js.md +++ b/test/external-assertions/snapshots/test.js.md @@ -298,14 +298,9 @@ Generated by [AVA](https://avajs.dev). ␊ Assertion failed: ␊ ␊ - The expression evaluated to a falsy value:␊ - ␊ - assert.ok(false)␊ - ␊ - AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:␊ - ␊ - assert.ok(false)␊ + false == true␊ ␊ + AssertionError [ERR_ASSERTION]: false == true␊ at ---␊ at ---␊ at ---␊ @@ -395,14 +390,9 @@ Generated by [AVA](https://avajs.dev). ␊ Assertion failed: ␊ ␊ - The expression evaluated to a falsy value:␊ - ␊ - assert.ok(false)␊ - ␊ - AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:␊ - ␊ - assert.ok(false)␊ + false == true␊ ␊ + AssertionError [ERR_ASSERTION]: false == true␊ at ---␊ at ---␊ at ---␊ diff --git a/test/external-assertions/snapshots/test.js.snap b/test/external-assertions/snapshots/test.js.snap index 52bc4f0fb..3b34f8e5b 100644 Binary files a/test/external-assertions/snapshots/test.js.snap and b/test/external-assertions/snapshots/test.js.snap differ