Update npm/ng-packs/packages/theme-shared/src/lib/tests/loader-bar.component.spec.ts

pull/7032/head
Mehmet Erim 5 years ago committed by GitHub
parent fe50c6c8c0
commit f4ca3b8bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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