1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 11:13:44 +00:00

Apply prettier

This commit is contained in:
Bernd Schoolmann
2025-08-29 17:10:49 +02:00
parent 7502ff2462
commit a4472bae47

View File

@@ -6,12 +6,10 @@ import { UserId } from "@bitwarden/common/types/guid";
import { biometrics } from "@bitwarden/desktop-napi";
import { BiometricsStatus } from "@bitwarden/key-management";
import { WindowMain } from "../../main/window.main";
import OsBiometricsServiceWindows from "./os-biometrics-windows.service";
jest.mock("@bitwarden/desktop-napi", () => ({
biometrics: {
initBiometricSystem: jest.fn(() => "mockSystem"),