feat: add backend and gateway server implementations for demo purposes #9
Annotations
10 errors
|
error: Body already used:
tests/index.test.ts#L486
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:486:36)
|
|
error: Body already used:
tests/index.test.ts#L475
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:475:36)
|
|
error: expect(received).toBe(expected):
tests/index.test.ts#L386
Expected: 502
Received: 200
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:386:31)
|
|
error: expect(received).toBe(expected):
tests/index.test.ts#L374
Expected: true
Received: false
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:374:31)
|
|
error: expect(received).toBe(expected):
tests/index.test.ts#L195
Expected: 502
Received: 200
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:195:32)
|
|
error: Body already used:
tests/index.test.ts#L176
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:176:36)
|
|
error: expect(received).toBe(expected):
tests/index.test.ts#L159
Expected: 504
Received: 200
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:159:31)
|
|
error: Body already used:
tests/index.test.ts#L117
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:117:36)
|
|
error: Body already used:
tests/index.test.ts#L105
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:105:36)
|
|
error: expect(received).toBe(expected):
tests/index.test.ts#L92
Expected: "GET"
Received: undefined
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:92:27)
|