1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-27 23:31:41 +02:00

[PM-6426] Adding jest tests for the base TaskSchedulerService class

This commit is contained in:
Cesar Gonzalez 2024-04-01 17:49:18 -05:00
parent 5ce4bff8c6
commit 268c9a4988
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF

View File

@ -51,6 +51,7 @@ describe("BrowserTaskSchedulerService", () => {
getGlobal: jest.fn(() =>
mock<GlobalState<any>>({
state$: mock<Observable<any>>(),
update: jest.fn((callback) => callback([], {} as any)),
}),
),
});