From 04984a6c91714492720f156812c0eb8416059cda Mon Sep 17 00:00:00 2001 From: Jill Regan Date: Fri, 20 Feb 2026 08:31:14 -0500 Subject: [PATCH] Add eslint disable --- src/utils.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.test.ts b/src/utils.test.ts index d21fa24..f2d9429 100644 --- a/src/utils.test.ts +++ b/src/utils.test.ts @@ -23,6 +23,7 @@ jest.mock("@actions/exec", () => ({ })), })); jest.mock("@1password/op-js"); +// eslint-disable-next-line @typescript-eslint/naming-convention jest.mock("@1password/sdk", () => ({ createClient: jest.fn(), Secrets: {