Skip to content

test(fcm): add integration tests for FCM token management and multi-d… #93

test(fcm): add integration tests for FCM token management and multi-d…

test(fcm): add integration tests for FCM token management and multi-d… #93

Triggered via push November 21, 2024 11:14
Status Failure
Total duration 1m 51s
Billable time 2m
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build (22.x): src/module/tutor/tutor.seeder.ts#L9
Argument of type '{ firestore: FirebaseFirestore.Firestore; auth: Auth; }' is not assignable to parameter of type 'AuthServiceDependencies'.
build (22.x): tests/integration/chat.test.ts#L18
Argument of type '{ firestore: FirebaseFirestore.Firestore; bucket: Bucket; presenceService: PresenceService; }' is not assignable to parameter of type 'ChatServiceDependencies'.
build (22.x): tests/integration/chat.test.ts#L19
Argument of type '{ auth: Auth; firestore: FirebaseFirestore.Firestore; }' is not assignable to parameter of type 'AuthServiceDependencies'.
build (22.x): tests/services/auth.test.ts#L19
Argument of type '{ auth: any; firestore: any; }' is not assignable to parameter of type 'AuthServiceDependencies'.
build (22.x): tests/services/chat.test.ts#L50
Argument of type '{ firestore: any; bucket: any; presenceService: any; }' is not assignable to parameter of type 'ChatServiceDependencies'.
build (22.x)
Process completed with exit code 2.