diff --git a/frontend/projects/shared-meet-components/src/lib/components/console-nav/console-nav.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/console-nav/console-nav.component.spec.ts deleted file mode 100644 index 58ba78b..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/console-nav/console-nav.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { ConsoleNavComponent } from './console-nav.component'; - -describe('ConsoleNavComponent', () => { - let component: ConsoleNavComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [ConsoleNavComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(ConsoleNavComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/components/dialogs/basic-dialog/dialog.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/dialogs/basic-dialog/dialog.component.spec.ts deleted file mode 100644 index 8fd87c4..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/dialogs/basic-dialog/dialog.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { DialogComponent } from './dialog.component'; - -describe('DialogComponent', () => { - let component: DialogComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [DialogComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(DialogComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/components/dialogs/share-recording-dialog/share-recording-dialog.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/dialogs/share-recording-dialog/share-recording-dialog.component.spec.ts deleted file mode 100644 index cd9c93a..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/dialogs/share-recording-dialog/share-recording-dialog.component.spec.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { ShareRecordingDialogComponent } from './share-recording-dialog.component'; - -describe('ShareRecordingDialogComponent', () => { - let component: ShareRecordingDialogComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [ShareRecordingDialogComponent] - }).compileComponents(); - - fixture = TestBed.createComponent(ShareRecordingDialogComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/components/logo-selector/logo-selector.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/logo-selector/logo-selector.component.spec.ts deleted file mode 100644 index 1d6cd5e..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/logo-selector/logo-selector.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { LogoSelectorComponent } from './logo-selector.component'; - -describe('LogoSelectorComponent', () => { - let component: LogoSelectorComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [LogoSelectorComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(LogoSelectorComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/components/pro-feature-badge/pro-feature-badge.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/pro-feature-badge/pro-feature-badge.component.spec.ts deleted file mode 100644 index fae3649..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/pro-feature-badge/pro-feature-badge.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { ProFeatureBadgeComponent } from './pro-feature-badge.component'; - -describe('ProFeatureBadgeComponent', () => { - let component: ProFeatureBadgeComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [ProFeatureBadgeComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(ProFeatureBadgeComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/components/recording-lists/recording-lists.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/recording-lists/recording-lists.component.spec.ts deleted file mode 100644 index d77ae2f..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/recording-lists/recording-lists.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { RecordingListsComponent } from './recording-lists.component'; - -describe('RecordingListsComponent', () => { - let component: RecordingListsComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [RecordingListsComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(RecordingListsComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/components/rooms-lists/rooms-lists.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/rooms-lists/rooms-lists.component.spec.ts deleted file mode 100644 index d0c0016..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/rooms-lists/rooms-lists.component.spec.ts +++ /dev/null @@ -1,218 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; -import { NoopAnimationsModule } from '@angular/platform-browser/animations'; -import { MatSnackBarModule } from '@angular/material/snack-bar'; - -import { RoomsListsComponent } from './rooms-lists.component'; -import { MeetRoom } from '../../typings/ce'; - -describe('RoomsListsComponent', () => { - let component: RoomsListsComponent; - let fixture: ComponentFixture; - - const mockRooms: MeetRoom[] = [ - { - roomId: 'test-room-1', - creationDate: 1642248000000, // 2024-01-15T10:00:00Z - markedForDeletion: false, - autoDeletionDate: undefined, - roomIdPrefix: 'test', - moderatorRoomUrl: 'http://localhost/room/test-room-1?secret=mod-123', - speakerRoomUrl: 'http://localhost/room/test-room-1?secret=pub-123', - preferences: { - chatPreferences: { enabled: true }, - recordingPreferences: { enabled: false }, - virtualBackgroundPreferences: { enabled: true } - } - }, - { - roomId: 'test-room-2', - creationDate: 1642334400000, // 2024-01-16T14:30:00Z - markedForDeletion: true, - autoDeletionDate: 1643673600000, // 2024-02-01T00:00:00Z - roomIdPrefix: 'test', - moderatorRoomUrl: 'http://localhost/room/test-room-2?secret=mod-456', - speakerRoomUrl: 'http://localhost/room/test-room-2?secret=pub-456', - preferences: { - chatPreferences: { enabled: true }, - recordingPreferences: { enabled: false }, - virtualBackgroundPreferences: { enabled: true } - } - } - ]; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [RoomsListsComponent, NoopAnimationsModule, MatSnackBarModule] - }).compileComponents(); - - fixture = TestBed.createComponent(RoomsListsComponent); - component = fixture.componentInstance; - - // Set up test data - component.rooms = mockRooms; - component.loading = false; - component.canDeleteRooms = true; - - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); - - it('should initialize with correct default values', () => { - expect(component.rooms).toEqual(mockRooms); - expect(component.canDeleteRooms).toBe(true); - expect(component.loading).toBe(false); - expect(component.showFilters).toBe(false); - expect(component.showSelection).toBe(true); - expect(component.emptyMessage).toBe('No rooms found'); - }); - - it('should update displayed columns based on showSelection', () => { - component.showSelection = false; - component.ngOnInit(); - expect(component.displayedColumns).not.toContain('select'); - - component.showSelection = true; - component.ngOnInit(); - expect(component.displayedColumns).toContain('select'); - }); - - it('should determine room status correctly', () => { - expect(component.isRoomActive(mockRooms[0])).toBe(true); - expect(component.isRoomActive(mockRooms[1])).toBe(false); - expect(component.isRoomInactive(mockRooms[0])).toBe(false); - expect(component.isRoomInactive(mockRooms[1])).toBe(true); - }); - - it('should return correct status information', () => { - expect(component.getRoomStatus(mockRooms[0])).toBe('Active'); - expect(component.getRoomStatus(mockRooms[1])).toBe('Inactive'); - - expect(component.getStatusIcon(mockRooms[0])).toBe('check_circle'); - expect(component.getStatusIcon(mockRooms[1])).toBe('delete_outline'); - - expect(component.getStatusColor(mockRooms[0])).toBe('var(--ov-meet-color-success)'); - expect(component.getStatusColor(mockRooms[1])).toBe('var(--ov-meet-color-error)'); - }); - - it('should handle auto-deletion information correctly', () => { - expect(component.hasAutoDeletion(mockRooms[0])).toBe(false); - expect(component.hasAutoDeletion(mockRooms[1])).toBe(true); - - expect(component.getAutoDeletionStatus(mockRooms[0])).toBe('Not scheduled'); - expect(component.getAutoDeletionStatus(mockRooms[1])).toBe('Scheduled'); - - expect(component.getAutoDeletionIcon(mockRooms[0])).toBe('close'); - expect(component.getAutoDeletionIcon(mockRooms[1])).toBe('auto_delete'); - }); - - it('should handle room selection correctly', () => { - const room = mockRooms[0]; - - expect(component.isRoomSelected(room)).toBe(false); - - component.toggleRoomSelection(room); - expect(component.isRoomSelected(room)).toBe(true); - - component.toggleRoomSelection(room); - expect(component.isRoomSelected(room)).toBe(false); - }); - - it('should determine if room can be selected', () => { - expect(component.canSelectRoom(mockRooms[0])).toBe(true); // Active room - expect(component.canSelectRoom(mockRooms[1])).toBe(false); // Marked for deletion - }); - - it('should determine room permissions correctly', () => { - expect(component.canOpenRoom(mockRooms[0])).toBe(true); - expect(component.canOpenRoom(mockRooms[1])).toBe(false); - - expect(component.canEditRoom(mockRooms[0])).toBe(true); - expect(component.canEditRoom(mockRooms[1])).toBe(false); - - expect(component.canDeleteRoom(mockRooms[0])).toBe(true); - expect(component.canDeleteRoom(mockRooms[1])).toBe(false); - }); - - it('should emit room actions correctly', () => { - spyOn(component.roomAction, 'emit'); - - component.openRoom(mockRooms[0]); - expect(component.roomAction.emit).toHaveBeenCalledWith({ - rooms: [mockRooms[0]], - action: 'open' - }); - - component.deleteRoom(mockRooms[0]); - expect(component.roomAction.emit).toHaveBeenCalledWith({ - rooms: [mockRooms[0]], - action: 'delete' - }); - - component.viewSettings(mockRooms[0]); - expect(component.roomAction.emit).toHaveBeenCalledWith({ - rooms: [mockRooms[0]], - action: 'settings' - }); - }); - - it('should handle batch delete correctly', () => { - spyOn(component.roomAction, 'emit'); - - // Select some rooms - component.toggleRoomSelection(mockRooms[0]); - component.bulkDeleteSelected(); - - expect(component.roomAction.emit).toHaveBeenCalledWith({ - rooms: [mockRooms[0]], - action: 'bulkDelete' - }); - }); - - it('should emit filter changes', () => { - spyOn(component.filterChange, 'emit'); - - component.nameFilterControl.setValue('test'); - - // Trigger change detection to simulate the valueChanges observable - fixture.detectChanges(); - - // The filter change should be emitted through the form control subscription - expect(component.filterChange.emit).toHaveBeenCalled(); - }); - - it('should show empty state when no rooms', () => { - component.rooms = []; - fixture.detectChanges(); - - const emptyState = fixture.nativeElement.querySelector('.no-rooms-state'); - expect(emptyState).toBeTruthy(); - }); - - it('should show loading state', () => { - component.loading = true; - fixture.detectChanges(); - - const loadingContainer = fixture.nativeElement.querySelector('.loading-container'); - expect(loadingContainer).toBeTruthy(); - }); - - it('should clear selection correctly', () => { - // Select a room first - component.toggleRoomSelection(mockRooms[0]); - expect(component.selectedRooms().size).toBe(1); - - // Clear selection - component.clearSelection(); - expect(component.selectedRooms().size).toBe(0); - }); - - it('should get selected rooms correctly', () => { - component.toggleRoomSelection(mockRooms[0]); - const selectedRooms = component.getSelectedRooms(); - - expect(selectedRooms).toEqual([mockRooms[0]]); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/components/selectable-card/selectable-card.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/selectable-card/selectable-card.component.spec.ts deleted file mode 100644 index 8254d02..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/selectable-card/selectable-card.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { SelectableCardComponent } from './selectable-card.component'; - -describe('SelectableCardComponent', () => { - let component: SelectableCardComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [SelectableCardComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(SelectableCardComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/components/share-meeting-link/share-meeting-link.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/share-meeting-link/share-meeting-link.component.spec.ts deleted file mode 100644 index 5bbba33..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/share-meeting-link/share-meeting-link.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { ShareMeetingLinkComponent } from './share-meeting-link.component'; - -describe('ShareMeetingLinkComponent', () => { - let component: ShareMeetingLinkComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [ShareMeetingLinkComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(ShareMeetingLinkComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/components/spinner/spinner.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/spinner/spinner.component.spec.ts deleted file mode 100644 index ff46315..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/spinner/spinner.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { SpinnerComponent } from './spinner.component'; - -describe('SpinnerComponent', () => { - let component: SpinnerComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [SpinnerComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(SpinnerComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/components/step-indicator/step-indicator.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/step-indicator/step-indicator.component.spec.ts deleted file mode 100644 index fa6f13a..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/step-indicator/step-indicator.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { StepIndicatorComponent } from './step-indicator.component'; - -describe('StepIndicatorComponent', () => { - let component: StepIndicatorComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [StepIndicatorComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(StepIndicatorComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/components/wizard-nav/wizard-nav.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/components/wizard-nav/wizard-nav.component.spec.ts deleted file mode 100644 index 220d624..0000000 --- a/frontend/projects/shared-meet-components/src/lib/components/wizard-nav/wizard-nav.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { WizardNavComponent } from './wizard-nav.component'; - -describe('WizardNavComponent', () => { - let component: WizardNavComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [WizardNavComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(WizardNavComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/about/about.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/about/about.component.spec.ts deleted file mode 100644 index 74d6d9e..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/about/about.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { AboutComponent } from './about.component'; - -describe('AboutComponent', () => { - let component: AboutComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [AboutComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(AboutComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/console.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/console.component.spec.ts deleted file mode 100644 index b778867..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/console.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { ConsoleComponent } from './console.component'; - -describe('ConsoleComponent', () => { - let component: ConsoleComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [ConsoleComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(ConsoleComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/developers/developers.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/developers/developers.component.spec.ts deleted file mode 100644 index 807a921..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/developers/developers.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { DevelopersSettingsComponent } from './developers.component'; - -describe('AccessPermissionsComponent', () => { - let component: DevelopersSettingsComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [DevelopersSettingsComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(DevelopersSettingsComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/overview/overview.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/overview/overview.component.spec.ts deleted file mode 100644 index 98acf77..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/overview/overview.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { OverviewComponent } from './overview.component'; - -describe('OverviewComponent', () => { - let component: OverviewComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [OverviewComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(OverviewComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/recordings/recordings.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/recordings/recordings.component.spec.ts deleted file mode 100644 index 9204d67..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/recordings/recordings.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { RecordingsComponent } from './recordings.component'; - -describe('RecordingsComponent', () => { - let component: RecordingsComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [RecordingsComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(RecordingsComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/room-wizard.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/room-wizard.component.spec.ts deleted file mode 100644 index cac039a..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/room-wizard.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { RoomWizardComponent } from './room-wizard.component'; - -describe('RoomWizardComponent', () => { - let component: RoomWizardComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [RoomWizardComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(RoomWizardComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/recording-layout/recording-layout.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/recording-layout/recording-layout.component.spec.ts deleted file mode 100644 index d81d201..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/recording-layout/recording-layout.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { RecordingLayoutComponent } from './recording-layout.component'; - -describe('RecordingLayoutComponent', () => { - let component: RecordingLayoutComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [RecordingLayoutComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(RecordingLayoutComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/recording-preferences/recording-preferences.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/recording-preferences/recording-preferences.component.spec.ts deleted file mode 100644 index 443a6bc..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/recording-preferences/recording-preferences.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { RecordingPreferencesComponent } from './recording-preferences.component'; - -describe('RecordingPreferencesComponent', () => { - let component: RecordingPreferencesComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [RecordingPreferencesComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(RecordingPreferencesComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/recording-trigger/recording-trigger.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/recording-trigger/recording-trigger.component.spec.ts deleted file mode 100644 index 3761546..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/recording-trigger/recording-trigger.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { RecordingTriggerComponent } from './recording-trigger.component'; - -describe('RecordingTriggerComponent', () => { - let component: RecordingTriggerComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [RecordingTriggerComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(RecordingTriggerComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/room-details/room-details.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/room-details/room-details.component.spec.ts deleted file mode 100644 index 711b584..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/room-details/room-details.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { RoomWizardRoomDetailsComponent } from './room-details.component'; - -describe('BasicInfoComponent', () => { - let component: RoomWizardRoomDetailsComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [RoomWizardRoomDetailsComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(RoomWizardRoomDetailsComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/room-preferences/room-preferences.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/room-preferences/room-preferences.component.spec.ts deleted file mode 100644 index 7145e8d..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/room-wizard/steps/room-preferences/room-preferences.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { RoomPreferencesComponent } from './room-preferences.component'; - -describe('RoomPreferencesComponent', () => { - let component: RoomPreferencesComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [RoomPreferencesComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(RoomPreferencesComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/rooms.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/rooms.component.spec.ts deleted file mode 100644 index 0388bfc..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/rooms/rooms.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { RoomsComponent } from './rooms.component'; - -describe('RoomConfigComponent', () => { - let component: RoomsComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [RoomsComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(RoomsComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/error/error.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/error/error.component.spec.ts deleted file mode 100644 index 9c94e46..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/error/error.component.spec.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; -import { ErrorComponent } from './error.component'; - -describe('GenericErrorComponent', () => { - let component: ErrorComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [ErrorComponent] - }).compileComponents(); - - fixture = TestBed.createComponent(ErrorComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/login/login.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/login/login.component.spec.ts deleted file mode 100644 index 29a7dd0..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/login/login.component.spec.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; -import { LoginComponent } from './login.component'; - -describe('LoginComponent', () => { - let component: LoginComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [LoginComponent] - }).compileComponents(); - - fixture = TestBed.createComponent(LoginComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/meeting/meeting.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/meeting/meeting.component.spec.ts deleted file mode 100644 index cbf0480..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/meeting/meeting.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; -import { MeetingComponent } from './meeting.component'; - -describe('CallComponent', () => { - let component: MeetingComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [MeetingComponent] -}).compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(MeetingComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/room-recordings/room-recordings.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/room-recordings/room-recordings.component.spec.ts deleted file mode 100644 index 4eac431..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/room-recordings/room-recordings.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; -import { RoomRecordingsComponent } from './room-recordings.component'; - -describe('RoomRecordingsComponent', () => { - let component: RoomRecordingsComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [RoomRecordingsComponent] - }).compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(RoomRecordingsComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/projects/shared-meet-components/src/lib/pages/view-recording/view-recording.component.spec.ts b/frontend/projects/shared-meet-components/src/lib/pages/view-recording/view-recording.component.spec.ts deleted file mode 100644 index 401010d..0000000 --- a/frontend/projects/shared-meet-components/src/lib/pages/view-recording/view-recording.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; -import { ViewRecordingComponent } from './view-recording.component'; - -describe('ViewRecordingComponent', () => { - let component: ViewRecordingComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [ViewRecordingComponent] - }).compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(ViewRecordingComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -});