chore: add .railwayignore to reduce snapshot size #20
ci-cd-pipeline.yml
on: push
Server — Build & Test
1m 18s
Client — Build & Lint
44s
Security Audit
29s
Deploy
5s
Annotations
2 errors
|
src/__tests__/epic3/us3.7-waitlist.test.ts > US 3.7: Waitlist Notification > Waitlist Notification on Booking Cancellation > should notify the first user in the waitlist when a booking is cancelled:
server/src/__tests__/epic3/us3.7-waitlist.test.ts#L255
AssertionError: expected 403 to be 201 // Object.is equality
- Expected
+ Received
- 201
+ 403
❯ src/__tests__/epic3/us3.7-waitlist.test.ts:255:39
|
|
src/__tests__/epic4/approvalWorkflow.test.ts:
server/src/services/bookingService.ts#L10
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ src/services/bookingService.ts:10:1
Caused by: Caused by: ReferenceError: Cannot access 'mockSupabase' before initialization
❯ src/__tests__/epic4/approvalWorkflow.test.ts:24:15
|