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

Function shouldRunIntegrationTests

tests/testUtils.js:65–67  ·  view source on GitHub ↗

* Check if integration tests should run * Tests are skipped if TEST_INTEGRATION env var is not set

()

Source from the content-addressed store, hash-verified

63 * Tests are skipped if TEST_INTEGRATION env var is not set
64 */
65function shouldRunIntegrationTests() {
66 return process.env.TEST_INTEGRATION === "1";
67}
68/**
69 * Validate required API keys are present
70 * Throws if TEST_INTEGRATION is set but API keys are missing

Callers 15

initBanner.test.tsFile · 0.90
status.test.tsFile · 0.90
fork.test.tsFile · 0.90
draft.test.tsFile · 0.90
lifecycle.test.tsFile · 0.90
readMore.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected