Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/test/serviceWorker.test.ts
2021-02-26 11:58:29 -07:00

9 lines
277 B
TypeScript

describe("serviceWorker", () => {
it("should add the proper eventListeners", () => {
// make sure install, active and fetch were added as event listeners
})
it("should call the proper callbacks", () => {
// somehow test Line 8 with the events waitUntil..
})
})