création composants
This commit is contained in:
parent
96899ca70d
commit
c4c077fd00
42 changed files with 432 additions and 484 deletions
25
src/app/card-category/card-category.component.spec.ts
Normal file
25
src/app/card-category/card-category.component.spec.ts
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { CardCategoryComponent } from './card-category.component';
|
||||
|
||||
describe('CardCategoryComponent', () => {
|
||||
let component: CardCategoryComponent;
|
||||
let fixture: ComponentFixture<CardCategoryComponent>;
|
||||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
declarations: [ CardCategoryComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(CardCategoryComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue