From 99ea9d4780c05d1b96482b8785bfbbea490bb51d Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Wed, 12 Jul 2023 01:21:11 +0200 Subject: [PATCH] fix lint --- __tests__/setup-go.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/setup-go.test.ts b/__tests__/setup-go.test.ts index 6a04035..2049b94 100644 --- a/__tests__/setup-go.test.ts +++ b/__tests__/setup-go.test.ts @@ -962,7 +962,7 @@ use . describe('Windows performance workaround', () => { it('addExecutablesToCache should depends on env[RUNNER_TOOL_CACHE]', async () => { const statSpy = jest.spyOn(fs, 'statSync'); - // @ts-ignore + // @ts-ignore - not implement unused methods statSpy.mockImplementation(() => ({ isDirectory: () => true }));