| 1 | import type { WebpushMessage } from "#/api/typesGenerated"; |
| 2 | |
| 3 | // We need to mock the ServiceWorkerGlobalScope before importing the |
| 4 | // module, since serviceWorker.ts registers event listeners at the |
nothing calls this directly
no test coverage detected