MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / notFound

Function notFound

web/src/app/components/onboarding/api.test.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 });
22}
23function notFound() {
24 return Promise.resolve({ ok: false, status: 404, text: () => Promise.resolve("nf") });
25}
26
27describe("message projection (v1 contract)", () => {
28 it("maps v1 review_status/delivery_status onto the app fields", async () => {

Callers 1

api.test.tsFile · 0.85

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected