Try logging something during tests
Test / test (push) Has been cancelled Details

This commit is contained in:
Jeff 2024-10-19 13:25:07 -04:00
parent 206ce42655
commit cfd6a40859
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ jest.mock("./settings", () => ({
describe("subscriptions", () => {
beforeAll(async () => {
console.log("HEY WTF MAN")
await resetDbInstance()
})