Add eslint disable
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user