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

13 lines
392 B
TypeScript

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