mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-10 10:27:10 -06:00
Cleanup
This commit is contained in:
parent
72ee067cb7
commit
46ff621607
@ -155,8 +155,6 @@ describe("LoginDecryptionOptionsComponent", () => {
|
||||
// Ensure Symbol.dispose exists so the SDK mock satisfies the using statement helper
|
||||
(Symbol as any).dispose ??= Symbol("dispose");
|
||||
|
||||
deviceTrustService.setDeviceKey = jest.fn().mockResolvedValue(undefined);
|
||||
|
||||
mockPrivateKey = "mock-private-key";
|
||||
mockSignedPublicKey = "mock-signed-public-key";
|
||||
mockSigningKey = "mock-signing-key";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user