Skip to content

Commit

Permalink
Fix external-assertions snapshot for Node.js 20.11
Browse files Browse the repository at this point in the history
This assumes test are run with at least that minor version.
  • Loading branch information
novemberborn committed Jan 28, 2024
1 parent 98c63d9 commit 166b4af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/external-assertions/snapshots/test.js.md
Expand Up @@ -109,9 +109,14 @@ Generated by [AVA](https://avajs.dev).
Assertion failed: ␊
false == true␊
The expression evaluated to a falsy value:␊
assert(false)␊
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:␊
assert(false)␊
AssertionError [ERR_ASSERTION]: false == true␊
at ---␊
at ---␊
at ---␊
Expand Down
Binary file modified test/external-assertions/snapshots/test.js.snap
Binary file not shown.

0 comments on commit 166b4af

Please sign in to comment.