Move comment

This commit is contained in:
Jill Regan
2026-02-20 08:34:52 -05:00
parent 04984a6c91
commit 9d7acefac9

View File

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