Skip to content

Commit

Permalink
fix(tests): ensure snapshots reflect expand by default
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Sep 16, 2024
1 parent 81be188 commit 31068cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/__snapshots__/BadRequestError.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
exports[`BadRequestError should produce a helpful, observable error message 1`] = `
[Error: BadRequestError: no tires on the vehicle
{"tires":[]}]
{
"tires": []
}]
`;
4 changes: 3 additions & 1 deletion src/__snapshots__/UnexpectedCodePathError.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
exports[`UnexpectedCodePathError should produce a helpful, observable error message 1`] = `
[Error: UnexpectedCodePathError: no tires on the vehicle
{"tires":[]}]
{
"tires": []
}]
`;

0 comments on commit 31068cf

Please sign in to comment.