diff options
author | 杨宇千 <crupest@outlook.com> | 2019-02-22 13:37:03 +0000 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-02-22 13:37:03 +0000 |
commit | 25e606b67506b3bc0242414aebe472f13a02bd9c (patch) | |
tree | b26ed67c18a5dd4a36452e2e536b48524eae0e54 /Timeline/ClientApp/src/test.ts | |
parent | 9ae2a899eb53b8ee31710a5533cdf21b0f14dafd (diff) | |
parent | 00814dccd8f26a6dd9cc9163fad05afafb1ae4e6 (diff) | |
download | timeline-25e606b67506b3bc0242414aebe472f13a02bd9c.tar.gz timeline-25e606b67506b3bc0242414aebe472f13a02bd9c.tar.bz2 timeline-25e606b67506b3bc0242414aebe472f13a02bd9c.zip |
Merged PR 4: Some minor efforts.
Related work items: #1
Diffstat (limited to 'Timeline/ClientApp/src/test.ts')
-rw-r--r-- | Timeline/ClientApp/src/test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/test.ts b/Timeline/ClientApp/src/test.ts index 2513deed..688add40 100644 --- a/Timeline/ClientApp/src/test.ts +++ b/Timeline/ClientApp/src/test.ts @@ -1,7 +1,7 @@ // This file is required by karma.conf.js and loads recursively all the .spec and framework files -import 'zone.js/dist/zone-patch-rxjs-fake-async'; import 'zone.js/dist/zone-testing'; +import 'zone.js/dist/zone-patch-rxjs-fake-async'; import { getTestBed } from '@angular/core/testing'; import { |