Sengi-Windows-MacOS-Linux/src/app/services/user-notification.service.s...

13 lines
392 B
TypeScript
Raw Normal View History

import { TestBed } from '@angular/core/testing';
2019-03-25 06:09:53 +01:00
import { UserNotificationService } from './user-notification.service';
xdescribe('UserNotificationServiceService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
2019-03-25 06:09:53 +01:00
const service: UserNotificationService = TestBed.get(UserNotificationService);
expect(service).toBeTruthy();
});
});