mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-12 13:39:14 +01:00
Remove runOnlyPendingTimers (#13581)
This commit is contained in:
parent
08b6da3f4e
commit
a7a5a2771e
@ -361,8 +361,6 @@ describe("ConfigService", () => {
|
||||
|
||||
const configs = await firstValueFrom(sut.serverConfig$.pipe(bufferCount(2)));
|
||||
|
||||
await jest.runOnlyPendingTimersAsync();
|
||||
|
||||
expect(configs[0].gitHash).toBe("existing-data");
|
||||
expect(configs[1].gitHash).toBe("slow-response");
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user