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: | run: |
npm install npm install
npm run test npm run test
npx playwright install-deps npm ci
npx playwright install
npx playwright test npx playwright test

View File

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