mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
fix lint
This commit is contained in:
parent
c5c2a053c1
commit
99ea9d4780
1 changed files with 1 additions and 1 deletions
|
@ -962,7 +962,7 @@ use .
|
||||||
describe('Windows performance workaround', () => {
|
describe('Windows performance workaround', () => {
|
||||||
it('addExecutablesToCache should depends on env[RUNNER_TOOL_CACHE]', async () => {
|
it('addExecutablesToCache should depends on env[RUNNER_TOOL_CACHE]', async () => {
|
||||||
const statSpy = jest.spyOn(fs, 'statSync');
|
const statSpy = jest.spyOn(fs, 'statSync');
|
||||||
// @ts-ignore
|
// @ts-ignore - not implement unused methods
|
||||||
statSpy.mockImplementation(() => ({
|
statSpy.mockImplementation(() => ({
|
||||||
isDirectory: () => true
|
isDirectory: () => true
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Add table
Reference in a new issue