1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 10:03:23 +00:00

Fixed tests.

This commit is contained in:
Todd Martin
2026-01-11 13:49:46 -05:00
parent 306217e41f
commit 73dfb75be6
2 changed files with 3 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ describe("ExtensionLogoutService", () => {
messagingService = mock<MessagingService>();
accountSwitcherService = mock<AccountSwitcherService>();
logService = mock<LogService>();
logoutService = new ExtensionLogoutService(
messagingService,