Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
test: remove snapshot until nitropack is upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 8, 2022
1 parent 66f9382 commit 3e12549
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ describe('errors', () => {
delete error.stack
expect(error).toMatchInlineSnapshot(`
{
"description": "",
"message": "This is a custom error",
"statusCode": 500,
"statusMessage": "Internal Server Error",
Expand Down
1 change: 0 additions & 1 deletion test/bridge.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ describe('fixtures:bridge', async () => {
delete error.stack
expect(error).toMatchInlineSnapshot(`
{
"description": "",
"message": "This is a custom error",
"statusCode": 500,
"statusMessage": "Internal Server Error",
Expand Down

0 comments on commit 3e12549

Please sign in to comment.