aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-list.service.spec.ts
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-02-18 12:14:17 +0000
committer杨宇千 <crupest@outlook.com>2019-02-18 12:14:17 +0000
commitddf2848df70c40f443773cd1b76d9db13cd1fa23 (patch)
tree8e1e2ac2dd6df278f59a97a37e5d374bc2644843 /Timeline/ClientApp/src/app/todo-list.service.spec.ts
parent122a28595e45c6ec48a773ca1284238566d497d3 (diff)
parent1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b (diff)
downloadtimeline-ddf2848df70c40f443773cd1b76d9db13cd1fa23.tar.gz
timeline-ddf2848df70c40f443773cd1b76d9db13cd1fa23.tar.bz2
timeline-ddf2848df70c40f443773cd1b76d9db13cd1fa23.zip
Merged PR 1: Develop todo list page.
Related work items: #1
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-list.service.spec.ts')
-rw-r--r--Timeline/ClientApp/src/app/todo-list.service.spec.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/todo-list.service.spec.ts b/Timeline/ClientApp/src/app/todo-list.service.spec.ts
new file mode 100644
index 00000000..529ba8cc
--- /dev/null
+++ b/Timeline/ClientApp/src/app/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();
+ });
+});