()
| 703 | } |
| 704 | |
| 705 | function buildFixtureApp() { |
| 706 | return buildCachedFixtureApp({ |
| 707 | root, |
| 708 | tempRoot, |
| 709 | bundleId: fixtureBundleId, |
| 710 | urlScheme: fixtureUrlScheme, |
| 711 | log: logStep, |
| 712 | }); |
| 713 | } |
| 714 | |
| 715 | function startServer() { |
| 716 | killPortListeners(serverPort); |
no test coverage detected