From 68c893934fe28eb6fd9ff72f58587c3762e43df3 Mon Sep 17 00:00:00 2001
From: Phan Huy Tran
Date: Wed, 18 Dec 2024 13:24:05 +0100
Subject: [PATCH] Delete test
---
.../qualifications.component.spec.ts | 23 -------------------
1 file changed, 23 deletions(-)
delete mode 100644 src/app/qualifications/qualifications.component.spec.ts
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();
- });
-});