chore(deps): update dependency vitepress to ^1.5.0 #162
Annotations
8 errors
error: expect(received).toThrow(expected):
test/reverse-proxy.test.ts#L75
Expected substring: "Cannot start reverse proxy because localhost:3000 is unreachable."
Received message: "Cannot start reverse proxy because localhost:5137 is unreachable."
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.
|
typecheck
Process completed with exit code 2.
|
lint
Process completed with exit code 1.
|