Move comment
This commit is contained in:
@@ -23,9 +23,9 @@ 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(),
|
||||||
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||||
Secrets: {
|
Secrets: {
|
||||||
validateSecretReference: jest.fn(),
|
validateSecretReference: jest.fn(),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user