Add eslint disable

This commit is contained in:
Jill Regan
2026-02-20 08:31:14 -05:00
parent db7314de7b
commit 04984a6c91

View File

@@ -23,6 +23,7 @@ jest.mock("@actions/exec", () => ({
})), })),
})); }));
jest.mock("@1password/op-js"); jest.mock("@1password/op-js");
// eslint-disable-next-line @typescript-eslint/naming-convention
jest.mock("@1password/sdk", () => ({ jest.mock("@1password/sdk", () => ({
createClient: jest.fn(), createClient: jest.fn(),
Secrets: { Secrets: {