From 6e56e863fd9bd7d591d527ef5ddbb59a6b1de0cd Mon Sep 17 00:00:00 2001 From: Phan Huy Tran Date: Wed, 8 Jan 2025 10:05:49 +0100 Subject: [PATCH] Delete test --- .../create-qualification.component.spec.ts | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/app/create-qualification/create-qualification.component.spec.ts diff --git a/src/app/create-qualification/create-qualification.component.spec.ts b/src/app/create-qualification/create-qualification.component.spec.ts deleted file mode 100644 index 8d2d0fd..0000000 --- a/src/app/create-qualification/create-qualification.component.spec.ts +++ /dev/null @@ -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; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [CreateQualificationComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(CreateQualificationComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -});