fix(client): wait for async tests to finish
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
Reference in New Issue
Block a user