remove version

This commit is contained in:
Jill Regan
2026-02-27 11:34:19 -05:00
11 changed files with 37114 additions and 31942 deletions

View File

@@ -16,12 +16,6 @@ import {
envServiceAccountToken,
} from "./constants";
jest.mock("@actions/core");
jest.mock("@actions/exec", () => ({
getExecOutput: jest.fn(() => ({
stdout: "MOCK_SECRET",
})),
}));
jest.mock("@1password/op-js");
jest.mock("@1password/sdk", () => ({
createClient: jest.fn(),