Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
import
{ Express } from
'express'
;
9
10
export
interface
InitTest {
11
app: Express,
12
dino: Dino
13
}
14
15
export
function
initializeTests(): InitTest {
16
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected