UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

17 lines (12 loc) 368 B
import { TestBed } from '@angular/core/testing'; import { UserRoleService } from './user-role.service'; describe('UserRoleService', () => { let service: UserRoleService; beforeEach(() => { TestBed.configureTestingModule({}); service = TestBed.inject(UserRoleService); }); it('should be created', () => { expect(service).toBeTruthy(); }); });