From a623f481e43792dc6be91c490c54246fd3b25268 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Tue, 13 Dec 2022 18:05:48 -0500 Subject: [PATCH] Fix borked snapshots --- tests/__snapshots__/index.test.ts.snap | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tests/__snapshots__/index.test.ts.snap b/tests/__snapshots__/index.test.ts.snap index 743b746..5172e45 100644 --- a/tests/__snapshots__/index.test.ts.snap +++ b/tests/__snapshots__/index.test.ts.snap @@ -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, - }, - ], - ], ] `; @@ -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, - }, - ], - ], ] `;