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

Function initializeTests

tests/integration/init.ts:15–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15export function initializeTests(): InitTest {
16
17 const app = express();
18 const dino = new Dino(app, '/api');
19 app.use(bodyParser.json());
20 dino.useRouter(() => express.Router());
21
22 return {
23 app: app,
24 dino: dino
25 };
26}

Calls 1

useRouterMethod · 0.95

Tested by

no test coverage detected