We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8db22 commit 01cc17fCopy full SHA for 01cc17f
tests/token-decoder.service.test.ts
@@ -30,7 +30,6 @@ vi.mock("@/features/common/services/utils", () => ({
30
31
vi.mock("@/features/common/services/jwt.service", () => ({
32
validateSymmetricSecret: vi.fn(),
33
- validateAsymmetricKey: vi.fn(),
34
validateJwtFormat: vi.fn(),
35
isHmacAlg: vi.fn(),
36
isDigitalSignatureAlg: vi.fn(),
0 commit comments