h-usersite/angular/src/app/components/option/option.component.spec.ts
gofnnp 661a5b700a dev #13510
изменил карточку товара и общую цветовую схему
2023-01-11 14:03:12 +04:00

24 lines
599 B
TypeScript

import { ComponentFixture, TestBed } from '@angular/core/testing';
import { OptionComponent } from './option.component';
describe('OptionComponent', () => {
let component: OptionComponent;
let fixture: ComponentFixture<OptionComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ OptionComponent ]
})
.compileComponents();
fixture = TestBed.createComponent(OptionComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});