1 import { async, ComponentFixture, TestBed } from '@angular/core/testing';
3 import { RoleFunctionsComponent } from './role-functions.component';
5 describe('RoleFunctionsComponent', () => {
6 let component: RoleFunctionsComponent;
7 let fixture: ComponentFixture<RoleFunctionsComponent>;
9 beforeEach(async(() => {
10 TestBed.configureTestingModule({
11 declarations: [ RoleFunctionsComponent ]
17 fixture = TestBed.createComponent(RoleFunctionsComponent);
18 component = fixture.componentInstance;
19 fixture.detectChanges();
22 it('should create', () => {
23 expect(component).toBeTruthy();