From 5afa4248c5ec67d361a8f75e0ec0f1d12778e266 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 20 Feb 2019 00:12:18 +0800 Subject: Add sample on todo page. --- .../src/app/todo-list-page/todo-list.service.spec.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Timeline/ClientApp/src/app/todo-list-page/todo-list.service.spec.ts (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list.service.spec.ts') diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list.service.spec.ts b/Timeline/ClientApp/src/app/todo-list-page/todo-list.service.spec.ts new file mode 100644 index 00000000..529ba8cc --- /dev/null +++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list.service.spec.ts @@ -0,0 +1,12 @@ +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(); + }); +}); -- cgit v1.2.3