Select Git revision
gc.properties
Forked from
LABOUREL Arnaud / Firefighter template
Source project has a limited visibility.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
buyer.component.spec.ts 552 B
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { BuyerComponent } from './buyer.component';
describe('BuyerComponent', () => {
let component: BuyerComponent;
let fixture: ComponentFixture<BuyerComponent>;
beforeEach(() => {
TestBed.configureTestingModule({
declarations: [BuyerComponent]
});
fixture = TestBed.createComponent(BuyerComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});