Delete test

This commit is contained in:
Phan Huy Tran 2025-01-08 10:05:49 +01:00
parent eb567fa800
commit 6e56e863fd

View File

@ -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();
});
});