MCPcopy
hub / github.com/coder/mux / shouldRunIntegrationTests

Function shouldRunIntegrationTests

tests/runtime/runtime.test.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected