Try reset again
Test / test (push) Successful in 1m23s
Details
Test / test (push) Successful in 1m23s
Details
This commit is contained in:
parent
26344fbdb2
commit
6334b63631
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue