diff --git a/__tests__/Inputs.test.ts b/__tests__/Inputs.test.ts index 2382734..6ac4ff2 100644 --- a/__tests__/Inputs.test.ts +++ b/__tests__/Inputs.test.ts @@ -18,6 +18,8 @@ jest.mock('@actions/core', () => { }) jest.mock('fs', () => { + // existsSync is used by Context's constructor + // noinspection JSUnusedGlobalSymbols return { existsSync: () => { return false