MCPcopy
hub / github.com/coder/mux / runtimeFactory.test.ts

File runtimeFactory.test.ts

src/node/runtime/runtimeFactory.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "bun:test";
2import { isIncompatibleRuntimeConfig } from "@/common/utils/runtimeCompatibility";
3import { createRuntime, IncompatibleRuntimeError } from "./runtimeFactory";
4import type { RuntimeConfig } from "@/common/types/runtime";

Callers

nothing calls this directly

Calls 3

createRuntimeFunction · 0.90
getConfigMethod · 0.65

Tested by

no test coverage detected