mirror of
https://github.com/bitwarden/browser
synced 2026-02-27 18:13:29 +00:00
Mock import of desktop-native
This commit is contained in:
@@ -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<I18nService>();
|
||||
const windowMain = mock<WindowMain>();
|
||||
|
||||
Reference in New Issue
Block a user