fix @zotmeal/utils from expo build #1538
Annotations
2 errors and 1 warning
src/events/services/scrape.test.ts > insert menu into db > scrapes events data and upserts it to db:
packages/api/src/events/services/scrape.test.ts#L16
AssertionError: expected [Function] to throw error including 'Rollback' but got 'insert or update on table "events" vi…'
- Expected
+ Received
- Rollback
+ insert or update on table "events" violates foreign key constraint "events_restaurant_id_restaurants_id_fk"
❯ src/events/services/scrape.test.ts:16:5
|
src/schedules/procedures/getSchedule.test.ts > getSchedule > should get today's brandywine schedule:
packages/api/src/schedules/procedures/getSchedule.test.ts#L58
AssertionError: expected false to be truthy
❯ src/schedules/procedures/getSchedule.test.ts:58:44
❯ src/schedules/procedures/getSchedule.test.ts:51:17
|
test
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/.
|