| 1 | it("should support hot module replacement in WebWorkers", done => { |
| 2 | const worker = new Worker(new URL("worker.js", import.meta.url)); |
| 3 | worker.onmessage = ({ data: msg }) => { |
| 4 | switch (msg) { |
nothing calls this directly
no test coverage detected