From 6334b63631bbca9464b6fb113a7b798e0512c30b Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 19 Oct 2024 13:36:36 -0400 Subject: [PATCH] Try reset again --- api/data/subscription.test.ts | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/api/data/subscription.test.ts b/api/data/subscription.test.ts index 1c67486..94b8d97 100644 --- a/api/data/subscription.test.ts +++ b/api/data/subscription.test.ts @@ -39,10 +39,15 @@ describe("subscriptions", () => { expect(true).toBeTruthy() }) - // beforeAll(async () => { - // console.log("HEY WTF MAN") - // await resetDbInstance() - // }) + beforeAll(async () => { + console.log("HEY WTF MAN") + try { + await resetDbInstance() + } catch (error) { + console.log("Something has exploded") + fail(error) + } + }) // beforeEach(async () => { // await migrateToLatest()