remove unused mocks

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster
2026-02-05 13:15:37 -08:00
parent bdb27c47d0
commit 554882dca6
+1 -3
View File
@@ -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