| 28 | }; |
| 29 | |
| 30 | const documentErrorScript = URL => { |
| 31 | const script = getScript(URL); |
| 32 | script.onerror(); |
| 33 | }; |
| 34 | |
| 35 | describe("AsyncScriptLoader", () => { |
| 36 | it("should be imported successfully", () => { |
no test coverage detected
searching dependent graphs…