aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-list-page/todo-list.service.spec.ts
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-02-19 16:22:07 +0000
committer杨宇千 <crupest@outlook.com>2019-02-19 16:22:07 +0000
commit86a1d2977ac15adc863f087b0e84890f460dc748 (patch)
tree70160b1387e11e4b236994797842e60c1fbd687f /Timeline/ClientApp/src/app/todo-list-page/todo-list.service.spec.ts
parent7d08ce0d0625b8e6a4c6328d9c9d339cc52db4c2 (diff)
parent133b90cdbafabab0640bfb3179899fb4f3df4dbe (diff)
downloadtimeline-86a1d2977ac15adc863f087b0e84890f460dc748.tar.gz
timeline-86a1d2977ac15adc863f087b0e84890f460dc748.tar.bz2
timeline-86a1d2977ac15adc863f087b0e84890f460dc748.zip
Merged PR 2: Add sample on todo page.
Add sample on todo page.
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list.service.spec.ts')
-rw-r--r--Timeline/ClientApp/src/app/todo-list-page/todo-list.service.spec.ts12
1 files changed, 12 insertions, 0 deletions
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();
+ });
+});