Skip to content

Commit e834cbc

Browse files
committed
wip: add initial test file
1 parent ecadf6c commit e834cbc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/serviceWorker.test.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
describe("serviceWorker", () => {
2+
it("should add the proper eventListeners", () => {
3+
// make sure install, active and fetch were added as event listeners
4+
})
5+
6+
it("should call the proper callbacks", () => {
7+
// somehow test Line 8 with the events waitUntil..
8+
})
9+
})

0 commit comments

Comments
 (0)