MCPcopy Index your code
hub / github.com/simstudioai/sim / createRequest

Function createRequest

apps/sim/app/api/workspace-events/poll/route.test.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26import { GET } from './route'
27
28function createRequest() {
29 return createMockRequest('GET', undefined, {}, 'http://localhost:3000/api/workspace-events/poll')
30}
31
32const flushMicrotasks = () => new Promise((resolve) => setTimeout(resolve, 0))
33

Callers 1

route.test.tsFile · 0.70

Calls 1

createMockRequestFunction · 0.90

Tested by

no test coverage detected