Try re-enabling subscription test
Test / test (push) Has been cancelled
Details
Test / test (push) Has been cancelled
Details
This commit is contained in:
parent
cbdaea7f75
commit
20e7099317
|
|
@ -14,6 +14,5 @@ jobs:
|
|||
run: |
|
||||
npm install
|
||||
npm run test
|
||||
npx playwright install-deps
|
||||
npx playwright install
|
||||
npm ci
|
||||
npx playwright test
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ jest.mock("./settings", () => ({
|
|||
host: "localhost",
|
||||
}))
|
||||
|
||||
xdescribe("subscriptions", () => {
|
||||
describe("subscriptions", () => {
|
||||
beforeAll(() => {
|
||||
resetDbInstance()
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue