MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / make

Function make

apps/api/tests/api/auth/auth.routes.test.ts:371–383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

369 const app = createApp();
370
371 const make = () =>
372 app.handle(
373 new Request("http://localhost/api/v1/auth/register", {
374 method: "POST",
375 headers: { "content-type": "application/json" },
376 body: JSON.stringify({
377 email: EMAIL,
378 password: PASSWORD,
379 firstName: "Flow",
380 lastName: "Test",
381 }),
382 })
383 );
384
385 const first = await make();
386

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected