Skip to content

Commit

Permalink
test: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Oct 16, 2023
1 parent aac3575 commit f8edc77
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions test/reporters/tests/__snapshots__/html.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,6 @@ exports[`html reporter > resolves to "failing" status for test file "json-fail"
"name": "should fail",
"result": {
"duration": 0,
"error": {
"actual": "2",
"constructor": "Function<AssertionError>",
"diff": "- Expected
+ Received
- 1
+ 2",
"expected": "1",
"message": "expected 2 to deeply equal 1",
"name": "AssertionError",
"nameStr": "AssertionError",
"operator": "strictEqual",
"showDiff": true,
"stack": "AssertionError: expected 2 to deeply equal 1",
"stackStr": "AssertionError: expected 2 to deeply equal 1",
"toJSON": "Function<anonymous>",
"toString": "Function<toString>",
},
"errors": [
{
"actual": "2",
Expand Down

0 comments on commit f8edc77

Please sign in to comment.