feat(proxy): add fallback response handling in onError hook #15
Annotations
10 errors
|
error: Body already used:
tests/index.test.ts#L506
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:506:36)
|
|
error: Body already used:
tests/index.test.ts#L495
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:495:36)
|
|
error: expect(received).toBe(expected):
tests/index.test.ts#L406
Expected: 502
Received: 200
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:406:31)
|
|
error: expect(received).toBe(expected):
tests/index.test.ts#L394
Expected: true
Received: false
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:394:31)
|
|
error: expect(received).toBe(expected):
tests/index.test.ts#L215
Expected: 502
Received: 200
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:215:32)
|
|
error: Body already used:
tests/index.test.ts#L196
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:196:36)
|
|
error: expect(received).toBe(expected):
tests/index.test.ts#L179
Expected: 504
Received: 200
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:179:31)
|
|
error: Body already used:
tests/index.test.ts#L137
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:137:36)
|
|
error: Body already used:
tests/index.test.ts#L125
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:125:36)
|
|
error: expect(received).toBe(expected):
tests/index.test.ts#L112
Expected: "GET"
Received: undefined
at <anonymous> (/home/runner/work/fetch-proxy/fetch-proxy/tests/index.test.ts:112:27)
|