Implement creating qualifications #17

Merged
ptran merged 5 commits from feature/create-qualification into main 2025-01-08 09:12:10 +00:00
Showing only changes of commit 6e56e863fd - Show all commits

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