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
commit35f8562f1f1db36a42c53ce42c39db3d615deb0f (patch)
tree6fe1939721b1f20381225feac75f778f6822a865 /Timeline/ClientApp/src/app/todo-list-page/todo-list.service.spec.ts
parentddf2848df70c40f443773cd1b76d9db13cd1fa23 (diff)
parent5afa4248c5ec67d361a8f75e0ec0f1d12778e266 (diff)
downloadtimeline-35f8562f1f1db36a42c53ce42c39db3d615deb0f.tar.gz
timeline-35f8562f1f1db36a42c53ce42c39db3d615deb0f.tar.bz2
timeline-35f8562f1f1db36a42c53ce42c39db3d615deb0f.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();
+ });
+});