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()