UNPKG

mp-common

Version:

This is XPO MarketPlace common libary

26 lines (20 loc) 719 B
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { AddRoleComponent } from './add-role.component'; describe('AddRoleComponent', () => { let component: AddRoleComponent; let fixture: ComponentFixture<AddRoleComponent>; beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ AddRoleComponent ] }) .compileComponents(); })); beforeEach(() => { fixture = TestBed.createComponent(AddRoleComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should be created', () => { expect(component).toBeTruthy(); }); });