Fix lint #16
ci.yml
on: push
Lint and Type Check
25s
Test
19s
Annotations
3 errors
|
Test
Process completed with exit code 1.
|
|
src/test/integration/health.test.ts > Health check endpoints > GET /health should return ok status with database connection:
apps/interaction-worker/src/test/integration/health.test.ts#L7
AssertionError: expected 503 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 503
❯ src/test/integration/health.test.ts:7:29
|
|
Test
@poppy/interaction-worker#test: command (/home/runner/work/poppy/poppy/apps/interaction-worker) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|