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 1b26047 commit 5aac9f3Copy full SHA for 5aac9f3
__fixtures__/core.ts
@@ -11,4 +11,4 @@ export const setFailed = jest.fn<typeof core.setFailed>();
11
export const warning = jest.fn<typeof core.warning>();
12
export const startGroup = jest.fn<typeof core.startGroup>();
13
export const endGroup = jest.fn<typeof core.endGroup>();
14
-export const isDebug = jest.fn<typeof core.isDebug>();
+export const isDebug = jest.fn<typeof core.isDebug>();
0 commit comments