Skip to content

Commit 73900e2

Browse files
committed
wip: error working
1 parent 4121999 commit 73900e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/register.test.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@ describe("register", () => {
2929
})
3030

3131
afterEach(() => {
32-
jest.resetModules()
33-
jest.resetAllMocks()
32+
// jest.resetModules()
33+
// jest.resetAllMocks()
34+
// jest.clearAllMocks()
3435
})
3536

3637
afterAll(() => {
3738
jest.restoreAllMocks()
3839
})
3940

40-
it("should register a ServiceWorker", () => {
41+
it.skip("should register a ServiceWorker", () => {
4142
// Load service worker like you would in the browser
4243
require("../src/browser/register")
4344
// Load service worker like you would in the browser

0 commit comments

Comments
 (0)