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
commit7d08ce0d0625b8e6a4c6328d9c9d339cc52db4c2 (patch)
tree328e729bbbc08bcf8a16fc494cb1c6625e35d2a6 /Timeline/ClientApp/src/app/todo-list.service.spec.ts
parent94d9233375f3c8bedcf4dbc62e59f20969af7cb9 (diff)
parent1ff6afb0e9fd11ce37ed0206b992514041391761 (diff)
downloadtimeline-7d08ce0d0625b8e6a4c6328d9c9d339cc52db4c2.tar.gz
timeline-7d08ce0d0625b8e6a4c6328d9c9d339cc52db4c2.tar.bz2
timeline-7d08ce0d0625b8e6a4c6328d9c9d339cc52db4c2.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();
+ });
+});