debug mock

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2026-02-13 14:45:44 -08:00
parent 2a9eeeb3e1
commit 8cd8ec4ddf
+2
View File
@@ -16,6 +16,7 @@ const startGroupMock = jest.fn()
const endGroupMock = jest.fn()
const setOutputMock = jest.fn()
const setFailedMock = jest.fn()
const debugMock = jest.fn()
// OCI mocks
const getRegCredsMock = jest.fn()
@@ -69,6 +70,7 @@ jest.unstable_mockModule('@actions/core', () => ({
endGroup: endGroupMock,
setOutput: setOutputMock,
setFailed: setFailedMock,
debug: debugMock,
summary: summaryMock
}))