mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 14:23:48 +00:00
Add eslint disable
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user