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