MCPcopy
hub / github.com/caprover/caprover / TestArray

Interface TestArray

tests/utils.test.ts:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51})
52
53interface TestArray {
54 val1: string
55 val2: string
56}
57
58function createTestArray() {
59 const originalArray: TestArray[] = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected