MCPcopy Index your code
hub / github.com/ParallelTask/dinoloop / InitTest

Interface InitTest

tests/integration/init.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { Express } from 'express';
9
10export interface InitTest {
11 app: Express,
12 dino: Dino
13}
14
15export function initializeTests(): InitTest {
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected