(taskData)
| 86 | } |
| 87 | |
| 88 | async function setupProxyTest(taskData) { |
| 89 | await initRepo(taskData.tempDir); |
| 90 | serverProcess = await startServer(taskData.tempDir, taskData.mode); |
| 91 | return null; |
| 92 | } |
| 93 | |
| 94 | async function teardownProxyTest(taskData) { |
| 95 | if (serverProcess) { |
no test coverage detected