File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ export const error: jest.MockedFunction<typeof core.error> = jest.fn();
2121export const warning : jest . MockedFunction < typeof core . warning > = jest . fn ( ) ;
2222export const getIDToken : jest . MockedFunction < typeof core . getIDToken > = jest . fn ( ) ;
2323export const notice : jest . MockedFunction < typeof core . notice > = jest . fn ( ) ;
24+ export const summary : jest . MockedFunction < any > = jest . fn ( ) ;
25+ export const markdownSummary : jest . MockedFunction < any > = jest . fn ( ) ;
26+ export const toPosixPath : jest . MockedFunction < typeof core . toPosixPath > = jest . fn ( ) ;
27+ export const toWin32Path : jest . MockedFunction < typeof core . toWin32Path > = jest . fn ( ) ;
28+ export const toPlatformPath : jest . MockedFunction < typeof core . toPlatformPath > = jest . fn ( ) ;
2429export declare enum ExitCode {
2530 /**
2631 * A code indicating that the action was successful
You can’t perform that action at this time.
0 commit comments