Skip to content

Commit

Permalink
test: align tests to node 20.7.0 and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
msebastianb committed Sep 26, 2023
1 parent 9c716a1 commit 03c9149
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/resources/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"failure": {
"failureType": "testCodeFailure",
"cause": {
"generatedMessage": false,
"generatedMessage": true,
"code": "ERR_ASSERTION",
"actual": 1,
"expected": 2,
Expand All @@ -58,7 +58,7 @@
"todo": false,
"error": {
"failureType": "subtestsFailed",
"cause": {},
"cause": "1 subtest failed",
"code": "ERR_TEST_FAILURE"
}
}
Expand All @@ -68,7 +68,7 @@
"todo": false,
"error": {
"failureType": "subtestsFailed",
"cause": {},
"cause": "1 subtest failed",
"code": "ERR_TEST_FAILURE"
}
}
Expand All @@ -78,7 +78,7 @@
"todo": false,
"error": {
"failureType": "subtestsFailed",
"cause": {},
"cause": "1 subtest failed",
"code": "ERR_TEST_FAILURE"
}
},
Expand Down Expand Up @@ -108,7 +108,7 @@
"todo": false,
"error": {
"failureType": "testTimeoutFailure",
"cause": {},
"cause": "test timed out after 100ms",
"code": "ERR_TEST_FAILURE"
}
},
Expand Down

0 comments on commit 03c9149

Please sign in to comment.