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: |
|
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
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ jest.mock("./settings", () => ({
|
||||||
host: "localhost",
|
host: "localhost",
|
||||||
}))
|
}))
|
||||||
|
|
||||||
xdescribe("subscriptions", () => {
|
describe("subscriptions", () => {
|
||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
resetDbInstance()
|
resetDbInstance()
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue