chore: housekeeping #165
Annotations
9 errors
lint
Process completed with exit code 1.
|
typecheck
Process completed with exit code 2.
|
TypeError: undefined is not an object (evaluating 'options.from'):
src/start.ts#L12
at /home/runner/work/reverse-proxy/reverse-proxy/src/start.ts:12:8
at startServer (/home/runner/work/reverse-proxy/reverse-proxy/src/start.ts:9:35)
at /home/runner/work/reverse-proxy/reverse-proxy/test/reverse-proxy.test.ts:57:13
at /home/runner/work/reverse-proxy/reverse-proxy/test/reverse-proxy.test.ts:46:50
|
error: expect(received).toThrow(expected):
test/reverse-proxy.test.ts#L75
Expected substring: "Cannot start reverse proxy because localhost:3000 is unreachable."
Received message: "undefined is not an object (evaluating 'options.from')"
at /home/runner/work/reverse-proxy/reverse-proxy/test/reverse-proxy.test.ts:75:37
at /home/runner/work/reverse-proxy/reverse-proxy/test/reverse-proxy.test.ts:62:37
|
error: expect(received).toHaveBeenCalledWith(expected):
test/reverse-proxy.test.ts#L102
Number of calls: 0
at /home/runner/work/reverse-proxy/reverse-proxy/test/reverse-proxy.test.ts:102:37
|
error: expect(received).toHaveBeenCalledWith(expected):
test/reverse-proxy.test.ts#L134
Number of calls: 3
at /home/runner/work/reverse-proxy/reverse-proxy/test/reverse-proxy.test.ts:134:29
|
error: expect(received).toHaveBeenCalledWith(expected):
test/reverse-proxy.test.ts#L159
Number of calls: 3
at /home/runner/work/reverse-proxy/reverse-proxy/test/reverse-proxy.test.ts:159:29
|
error: expect(received).toHaveBeenCalledWith(expected):
test/reverse-proxy.test.ts#L195
Number of calls: 3
at /home/runner/work/reverse-proxy/reverse-proxy/test/reverse-proxy.test.ts:195:29
|
test
Process completed with exit code 1.
|