Skip to content

Commit

Permalink
Fix borked snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco committed Dec 13, 2022
1 parent 9a41499 commit a623f48
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,6 @@ exports[`create-an-issue logs a helpful error if creating an issue throws an err
[
[HttpError: Validation error: {"foo":true}],
],
[
[
{
"foo": true,
},
],
],
]
`;

Expand All @@ -247,13 +240,6 @@ exports[`create-an-issue logs a helpful error if updating an issue throws an err
[
[HttpError: Validation error: {"foo":true}],
],
[
[
{
"foo": true,
},
],
],
]
`;

Expand Down

0 comments on commit a623f48

Please sign in to comment.