(ms)
| 70 | } |
| 71 | |
| 72 | const delay = (ms) => |
| 73 | new Promise((resolve) => { |
| 74 | setTimeout(resolve, ms); |
| 75 | }); |
| 76 | |
| 77 | describe("overlay", () => { |
| 78 | it("should show a warning for initial compilation", async (t) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…