mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 11:13:44 +00:00
Apply prettier
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user