We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498fade commit 26cd82aCopy full SHA for 26cd82a
__fixtures__/core.ts
@@ -5,6 +5,7 @@ export const debug = jest.fn<typeof core.debug>()
5
export const error = jest.fn<typeof core.error>()
6
export const info = jest.fn<typeof core.info>()
7
export const getInput = jest.fn<typeof core.getInput>()
8
+export const getBooleanInput = jest.fn<typeof core.getBooleanInput>()
9
export const setOutput = jest.fn<typeof core.setOutput>()
10
export const setFailed = jest.fn<typeof core.setFailed>()
11
export const warning = jest.fn<typeof core.warning>()
0 commit comments