From f8edc7739bb92586154d01c7bc00f5e4fd357cf6 Mon Sep 17 00:00:00 2001 From: Dunqing Date: Mon, 16 Oct 2023 10:06:34 +0800 Subject: [PATCH] test: update snap --- .../tests/__snapshots__/html.test.ts.snap | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/test/reporters/tests/__snapshots__/html.test.ts.snap b/test/reporters/tests/__snapshots__/html.test.ts.snap index 7541b47d69a4..a702e4507282 100644 --- a/test/reporters/tests/__snapshots__/html.test.ts.snap +++ b/test/reporters/tests/__snapshots__/html.test.ts.snap @@ -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", - "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", - "toString": "Function", - }, "errors": [ { "actual": "2",