remove unused mocks
Signed-off-by: Meredith Lancaster <[email protected]>
This commit is contained in:
@@ -44,9 +44,7 @@ jest.unstable_mockModule('@actions/core', () => ({
|
|||||||
endGroup: endGroupMock,
|
endGroup: endGroupMock,
|
||||||
setOutput: setOutputMock,
|
setOutput: setOutputMock,
|
||||||
setFailed: setFailedMock,
|
setFailed: setFailedMock,
|
||||||
summary: mockSummary,
|
summary: mockSummary
|
||||||
getInput: jest.fn(() => ''),
|
|
||||||
getBooleanInput: jest.fn(() => false)
|
|
||||||
}))
|
}))
|
||||||
|
|
||||||
// Create mocks for OCI and attest modules
|
// Create mocks for OCI and attest modules
|
||||||
|
|||||||
Reference in New Issue
Block a user