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(), },