We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecadf6c commit e834cbcCopy full SHA for e834cbc
test/serviceWorker.test.ts
@@ -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