1
0
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:
Daniel James Smith
2023-02-09 17:55:04 +01:00
parent e52a506d86
commit 17f1dd2356

View File

@@ -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>();