fix(client): wait for async tests to finish

This commit is contained in:
Valeriy
2018-12-07 01:42:50 +03:00
committed by Stuart Taylor
parent f7db17b677
commit 8ee4a8f013
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import {
map,
toArray,
delay,
switchMap,
mergeMap,
timeout,
catchError
} from 'rxjs/operators';
@@ -98,7 +98,7 @@ const addDepsToDocument = ctx => {
map,
toArray,
delay,
switchMap,
mergeMap,
timeout,
catchError
},