Skip to content

Commit 5aac9f3

Browse files
committed
fix linting
1 parent 1b26047 commit 5aac9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__fixtures__/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export const setFailed = jest.fn<typeof core.setFailed>();
1111
export const warning = jest.fn<typeof core.warning>();
1212
export const startGroup = jest.fn<typeof core.startGroup>();
1313
export const endGroup = jest.fn<typeof core.endGroup>();
14-
export const isDebug = jest.fn<typeof core.isDebug>();
14+
export const isDebug = jest.fn<typeof core.isDebug>();

0 commit comments

Comments
 (0)