Skip to content

Commit 166b4af

Browse files
committed
Fix external-assertions snapshot for Node.js 20.11
This assumes test are run with at least that minor version.
1 parent 98c63d9 commit 166b4af

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,14 @@ Generated by [AVA](https://avajs.dev).
109109
110110
Assertion failed: ␊
111111
112-
false == true␊
112+
The expression evaluated to a falsy value:␊
113+
114+
assert(false)␊
115+
116+
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:␊
117+
118+
assert(false)␊
113119
114-
AssertionError [ERR_ASSERTION]: false == true␊
115120
at ---␊
116121
at ---␊
117122
at ---␊
3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)