From 9d7acefac986f92b643437d44d0a263b330b84cb Mon Sep 17 00:00:00 2001 From: Jill Regan Date: Fri, 20 Feb 2026 08:34:52 -0500 Subject: [PATCH] Move comment --- src/utils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.test.ts b/src/utils.test.ts index f2d9429..575c30f 100644 --- a/src/utils.test.ts +++ b/src/utils.test.ts @@ -23,9 +23,9 @@ jest.mock("@actions/exec", () => ({ })), })); jest.mock("@1password/op-js"); -// eslint-disable-next-line @typescript-eslint/naming-convention jest.mock("@1password/sdk", () => ({ createClient: jest.fn(), + // eslint-disable-next-line @typescript-eslint/naming-convention Secrets: { validateSecretReference: jest.fn(), },