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