MCPcopy Index your code
hub / github.com/ThatGuySam/doesitarm / TestContext

Interface TestContext

test/main.test.ts:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17} from '~/helpers/api/sitemap/parse'
18
19interface TestContext {
20 sitemapUrls: URL[]
21}
22
23const context: TestContext = {
24 sitemapUrls: []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected