Try logging something during tests
Test / test (push) Has been cancelled
Details
Test / test (push) Has been cancelled
Details
This commit is contained in:
parent
206ce42655
commit
cfd6a40859
|
|
@ -35,6 +35,7 @@ jest.mock("./settings", () => ({
|
||||||
|
|
||||||
describe("subscriptions", () => {
|
describe("subscriptions", () => {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
|
console.log("HEY WTF MAN")
|
||||||
await resetDbInstance()
|
await resetDbInstance()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue