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()
|
expect(true).toBeTruthy()
|
||||||
})
|
})
|
||||||
|
|
||||||
// beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
// console.log("HEY WTF MAN")
|
console.log("HEY WTF MAN")
|
||||||
// await resetDbInstance()
|
try {
|
||||||
// })
|
await resetDbInstance()
|
||||||
|
} catch (error) {
|
||||||
|
console.log("Something has exploded")
|
||||||
|
fail(error)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
// beforeEach(async () => {
|
// beforeEach(async () => {
|
||||||
// await migrateToLatest()
|
// await migrateToLatest()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue