Files
doneit-web/src/app/store/notification-holder.service.spec.ts
T
Peter Maquiran c877fe002b header change
2023-08-31 16:37:11 +01:00

17 lines
418 B
TypeScript

import { TestBed } from '@angular/core/testing';
import { NotificationHolderService } from './notification-holder.service';
describe('NotificationHolderService', () => {
let service: NotificationHolderService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(NotificationHolderService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});