1
0
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:
Oscar Hinton 2025-03-03 16:51:08 +01:00 committed by GitHub
parent 08b6da3f4e
commit a7a5a2771e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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");
});