github action #1526
Annotations
10 errors and 1 warning
Run tests
@zotmeal/api#test: command (/home/runner/work/ZotMeal/ZotMeal/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
Run tests:
packages/api/src/dishes/services/dish.test.ts#L13
AssertionError: expected [Function] to throw error including 'Rollback' but got 'The server does not support SSL conne…'
- Expected
+ Received
- Rollback
+ The server does not support SSL connections
❯ src/dishes/services/dish.test.ts:13:5
|
Run tests:
packages/api/src/dishes/services/dish.test.ts#L29
AssertionError: expected [Function] to throw error including 'Rollback' but got 'The server does not support SSL conne…'
- Expected
+ Received
- Rollback
+ The server does not support SSL connections
❯ src/dishes/services/dish.test.ts:29:5
|
Run tests:
packages/api/src/events/services/scrape.test.ts#L16
AssertionError: expected [Function] to throw error including 'Rollback' but got 'The server does not support SSL conne…'
- Expected
+ Received
- Rollback
+ The server does not support SSL connections
❯ src/events/services/scrape.test.ts:16:5
|
Run tests:
packages/api/src/menus/services/menu.test.ts#L34
AssertionError: expected [Function] to throw error including 'Rollback' but got 'The server does not support SSL conne…'
- Expected
+ Received
- Rollback
+ The server does not support SSL connections
❯ src/menus/services/menu.test.ts:34:7
|
Run tests:
packages/api/src/menus/services/menu.test.ts#L79
AssertionError: expected [Function] to throw error including 'Rollback' but got 'The server does not support SSL conne…'
- Expected
+ Received
- Rollback
+ The server does not support SSL connections
❯ src/menus/services/menu.test.ts:79:7
|
Run tests:
packages/api/src/restaurants/services/restaurant.test.ts#L11
AssertionError: expected [Function] to throw error including 'Rollback' but got 'The server does not support SSL conne…'
- Expected
+ Received
- Rollback
+ The server does not support SSL connections
❯ src/restaurants/services/restaurant.test.ts:11:5
|
Run tests:
packages/api/src/restaurants/services/restaurant.test.ts#L21
AssertionError: expected [Function] to throw error including 'Rollback' but got 'The server does not support SSL conne…'
- Expected
+ Received
- Rollback
+ The server does not support SSL connections
❯ src/restaurants/services/restaurant.test.ts:21:5
|
Run tests:
packages/api/src/schedules/procedures/getSchedule.test.ts#L45
Error: The server does not support SSL connections
❯ ../../node_modules/pg-pool/index.js:45:11
❯ ../../node_modules/src/node-postgres/session.ts:65:19
❯ src/schedules/procedures/getSchedule.test.ts:45:22
|
Run tests:
packages/api/src/schedules/services/schedule.test.ts#L18
AssertionError: expected [Function] to throw error including 'Rollback' but got 'The server does not support SSL conne…'
- Expected
+ Received
- Rollback
+ The server does not support SSL connections
❯ src/schedules/services/schedule.test.ts:18:7
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading