Browse Source
Update npm/ng-packs/packages/theme-shared/src/lib/tests/loader-bar.component.spec.ts
pull/7032/head
Mehmet Erim
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
npm/ng-packs/packages/theme-shared/src/lib/tests/loader-bar.component.spec.ts
|
|
|
@ -48,7 +48,6 @@ describe('LoaderBarComponent', () => { |
|
|
|
const httpWaitService = spectator.inject(HttpWaitService); |
|
|
|
httpWaitService.addRequest(new HttpRequest('GET', 'test')); |
|
|
|
expect(spectator.component.interval.closed).toBe(false); |
|
|
|
/**/ |
|
|
|
timer(400).subscribe(() => { |
|
|
|
expect(spectator.component.interval.closed).toBe(true); |
|
|
|
done(); |
|
|
|
|