Try re-enabling subscription test
Test / test (push) Has been cancelled Details

This commit is contained in:
Jeff 2024-10-19 13:16:10 -04:00
parent cbdaea7f75
commit 20e7099317
2 changed files with 2 additions and 3 deletions

View File

@ -14,6 +14,5 @@ jobs:
run: |
npm install
npm run test
npx playwright install-deps
npx playwright install
npm ci
npx playwright test

View File

@ -33,7 +33,7 @@ jest.mock("./settings", () => ({
host: "localhost",
}))
xdescribe("subscriptions", () => {
describe("subscriptions", () => {
beforeAll(() => {
resetDbInstance()
})