diff --git a/src/app/qualifications/qualifications.component.spec.ts b/src/app/qualifications/qualifications.component.spec.ts deleted file mode 100644 index 1808d67..0000000 --- a/src/app/qualifications/qualifications.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { QualificationsComponent } from './qualifications.component'; - -describe('QualificationsComponent', () => { - let component: QualificationsComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [QualificationsComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(QualificationsComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -});