Try reset again
Test / test (push) Successful in 1m23s Details

This commit is contained in:
Jeff 2024-10-19 13:36:36 -04:00
parent 26344fbdb2
commit 6334b63631
1 changed files with 9 additions and 4 deletions

View File

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