Bump the npm-development group across 1 directory with 8 updates #1729
tests.yml
on: pull_request
Check for GitLeaks
6s
Matrix: build-app
Build the docker image
0s
Matrix: End-to-end tests
Annotations
3 errors
src/api/middleware.test.ts > throwIfNotValidResponse > throws:
web/src/api/middleware.test.ts#L179
AssertionError: expected '' to be 'Internal Server Error' // Object.is equality
- Expected
+ Received
- Internal Server Error
❯ src/api/middleware.test.ts:179:40
|
src/api/middleware.test.ts > throwIfNotValidResponse > throws json (Failed to parse the response body as JSON):
web/src/api/middleware.test.ts#L198
AssertionError: expected ' (failed to parse the response body a…' to be 'Internal Server Error (failed to pars…' // Object.is equality
Expected: "Internal Server Error (failed to parse the response body as JSON)"
Received: " (failed to parse the response body as JSON)"
❯ src/api/middleware.test.ts:198:40
|
Test and lint (web)
Process completed with exit code 1.
|