From 554882dca61ac17838c381c7439b3cda70d99f4c Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Thu, 5 Feb 2026 13:15:37 -0800 Subject: [PATCH] remove unused mocks Signed-off-by: Meredith Lancaster --- __tests__/main.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index 722b832..56e9e2e 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -44,9 +44,7 @@ jest.unstable_mockModule('@actions/core', () => ({ endGroup: endGroupMock, setOutput: setOutputMock, setFailed: setFailedMock, - summary: mockSummary, - getInput: jest.fn(() => ''), - getBooleanInput: jest.fn(() => false) + summary: mockSummary })) // Create mocks for OCI and attest modules