()
| 16 | import * as os from "os"; |
| 17 | // shouldRunIntegrationTests checks TEST_INTEGRATION env var |
| 18 | function shouldRunIntegrationTests(): boolean { |
| 19 | return process.env.TEST_INTEGRATION === "1" || process.env.TEST_INTEGRATION === "true"; |
| 20 | } |
| 21 | import { |
| 22 | isDockerAvailable, |
| 23 | startSSHServer, |
no outgoing calls
no test coverage detected