()
| 535 | |
| 536 | try { |
| 537 | const fetchBundle = async () => { |
| 538 | const response = await fetch(`http://127.0.0.1:${port}/main.js`); |
| 539 | return response.text(); |
| 540 | }; |
| 541 | |
| 542 | // The first build is served from the in-memory file system. |
| 543 | expect(await fetchBundle()).toContain("before-rebuild"); |
no outgoing calls
no test coverage detected
searching dependent graphs…