1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-26 10:35:48 +02:00
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith 2024-05-07 23:04:17 +02:00 committed by GitHub
parent 29bd03e64e
commit 7bb37877ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,9 +15,6 @@ import { Account } from "../../models/account";
import { DefaultBrowserStateService } from "./default-browser-state.service"; import { DefaultBrowserStateService } from "./default-browser-state.service";
// disable session syncing to just test class
jest.mock("../decorators/session-sync-observable/");
describe("Browser State Service", () => { describe("Browser State Service", () => {
let secureStorageService: MockProxy<AbstractStorageService>; let secureStorageService: MockProxy<AbstractStorageService>;
let diskStorageService: MockProxy<AbstractStorageService>; let diskStorageService: MockProxy<AbstractStorageService>;