diff --git a/kibicara-frontend/src/app/platforms/email/email-info-dialog/email-info-dialog.component.spec.ts b/kibicara-frontend/src/app/platforms/email/email-info-dialog/email-info-dialog.component.spec.ts deleted file mode 100644 index de6271f..0000000 --- a/kibicara-frontend/src/app/platforms/email/email-info-dialog/email-info-dialog.component.spec.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { EmailInfoDialogComponent } from './email-info-dialog.component'; - -describe('EmailInfoDialogComponent', () => { - let component: EmailInfoDialogComponent; - let fixture: ComponentFixture; - - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [EmailInfoDialogComponent], - }).compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(EmailInfoDialogComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/kibicara-frontend/src/app/platforms/telegram/telegram-info-dialog/telegram-info-dialog.component.spec.ts b/kibicara-frontend/src/app/platforms/telegram/telegram-info-dialog/telegram-info-dialog.component.spec.ts deleted file mode 100644 index ec938f2..0000000 --- a/kibicara-frontend/src/app/platforms/telegram/telegram-info-dialog/telegram-info-dialog.component.spec.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { TelegramInfoDialogComponent } from './telegram-info-dialog.component'; - -describe('TelegramInfoDialogComponent', () => { - let component: TelegramInfoDialogComponent; - let fixture: ComponentFixture; - - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [TelegramInfoDialogComponent], - }).compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(TelegramInfoDialogComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/kibicara-frontend/src/app/platforms/twitter/twitter-info-dialog/twitter-info-dialog.component.spec.ts b/kibicara-frontend/src/app/platforms/twitter/twitter-info-dialog/twitter-info-dialog.component.spec.ts deleted file mode 100644 index 061c1d1..0000000 --- a/kibicara-frontend/src/app/platforms/twitter/twitter-info-dialog/twitter-info-dialog.component.spec.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { TwitterInfoDialogComponent } from './twitter-info-dialog.component'; - -describe('TwitterInfoDialogComponent', () => { - let component: TwitterInfoDialogComponent; - let fixture: ComponentFixture; - - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [TwitterInfoDialogComponent], - }).compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(TwitterInfoDialogComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -});