MCPcopy Index your code
hub / github.com/TanStack/ai / getTest

Function getTest

packages/ai-code-mode-skills/test-cli/tests.ts:143–145  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

141 * Get test definition by ID (case-insensitive)
142 */
143export function getTest(id: string): TestDefinition | undefined {
144 return TESTS.find((t) => t.id.toLowerCase() === id.toLowerCase())
145}
146
147/**
148 * Get all test IDs

Callers 1

runCommandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected