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
parent
commit
f4ca3b8bc2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      npm/ng-packs/packages/theme-shared/src/lib/tests/loader-bar.component.spec.ts

1
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();

Loading…
Cancel
Save