Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
feat: remove client sync from ably
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossantos74 committed Mar 13, 2024
1 parent 3c6b822 commit bdbea44
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 536 deletions.
8 changes: 0 additions & 8 deletions __mocks__/realtime.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ export const ABLY_REALTIME_MOCK: AblyRealtimeService = {
setGatherWIOParticipant: jest.fn(),
domainWhitelisted: true,
isDomainWhitelisted: jest.fn().mockReturnValue(true),
fetchSyncClientProperty: jest.fn((key?: string) => {
if (key) {
return createRealtimeMessage(key);
}

return createRealtimeHistory();
}),
getSlotColor: jest.fn().mockReturnValue({
color: MeetingColorsHex[0],
name: MeetingColors[0],
Expand All @@ -61,7 +54,6 @@ export const ABLY_REALTIME_MOCK: AblyRealtimeService = {
participantsObserver: MOCK_OBSERVER_HELPER,
participantJoinedObserver: MOCK_OBSERVER_HELPER,
participantLeaveObserver: MOCK_OBSERVER_HELPER,
syncPropertiesObserver: MOCK_OBSERVER_HELPER,
kickAllParticipantsObserver: MOCK_OBSERVER_HELPER,
kickParticipantObserver: MOCK_OBSERVER_HELPER,
authenticationObserver: MOCK_OBSERVER_HELPER,
Expand Down
104 changes: 0 additions & 104 deletions src/services/pubsub/index.test.ts

This file was deleted.

113 changes: 0 additions & 113 deletions src/services/pubsub/index.ts

This file was deleted.

Empty file removed src/services/pubsub/types.ts
Empty file.
Loading

0 comments on commit bdbea44

Please sign in to comment.