MCPcopy
hub / github.com/supermemoryai/supermemory / TestFile

Interface TestFile

packages/docs-test/run.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const TESTS_DIR = path.join(import.meta.dir, "tests")
9
10interface TestFile {
11 name: string
12 path: string
13 type: "ts" | "py"
14}
15
16function getTests(): TestFile[] {
17 const tests: TestFile[] = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…