Files
JubaApp/src/app/services/api/user.service.spec.ts
T
Olu Amey 887c6f4805 fix
2020-01-10 23:03:15 -05:00

13 lines
323 B
TypeScript

import { TestBed } from '@angular/core/testing';
import { UserService } from './user.service';
describe('UserService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: UserService = TestBed.get(UserService);
expect(service).toBeTruthy();
});
});