Skip to content

Commit

Permalink
fix: don't show "diff" in "serialized error" section
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Mar 30, 2023
1 parent 6aff017 commit 326b242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/node/error.ts
Expand Up @@ -111,6 +111,7 @@ const skipErrorProperties = new Set([
'stackStr',
'type',
'showDiff',
'diff',
'actual',
'expected',
'VITEST_TEST_NAME',
Expand Down

0 comments on commit 326b242

Please sign in to comment.