diff --git a/apps/desktop/src/main/biometric/biometrics.service.spec.ts b/apps/desktop/src/main/biometric/biometrics.service.spec.ts index 2bc7ef0a513..a7cfed6cc45 100644 --- a/apps/desktop/src/main/biometric/biometrics.service.spec.ts +++ b/apps/desktop/src/main/biometric/biometrics.service.spec.ts @@ -12,6 +12,8 @@ import BiometricWindowsMain from "./biometric.windows.main"; import { BiometricsService } from "./biometrics.service"; import { BiometricsServiceAbstraction } from "./biometrics.service.abstraction"; +jest.mock("@bitwarden/desktop-native"); + describe("biometrics tests", function () { const i18nService = mock(); const windowMain = mock();