Delete test
This commit is contained in:
parent
eb567fa800
commit
6e56e863fd
@ -1,23 +0,0 @@
|
|||||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
||||||
|
|
||||||
import { CreateQualificationComponent } from './create-qualification.component';
|
|
||||||
|
|
||||||
describe('CreateQualificationComponent', () => {
|
|
||||||
let component: CreateQualificationComponent;
|
|
||||||
let fixture: ComponentFixture<CreateQualificationComponent>;
|
|
||||||
|
|
||||||
beforeEach(async () => {
|
|
||||||
await TestBed.configureTestingModule({
|
|
||||||
imports: [CreateQualificationComponent]
|
|
||||||
})
|
|
||||||
.compileComponents();
|
|
||||||
|
|
||||||
fixture = TestBed.createComponent(CreateQualificationComponent);
|
|
||||||
component = fixture.componentInstance;
|
|
||||||
fixture.detectChanges();
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should create', () => {
|
|
||||||
expect(component).toBeTruthy();
|
|
||||||
});
|
|
||||||
});
|
|
Reference in New Issue
Block a user