From 840524d784e4498083e00219fd2f9e4b7cb85cd8 Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Mon, 20 Jul 2020 22:42:54 -0400 Subject: [PATCH] Add note to input test --- __tests__/Inputs.test.ts | 2 ++ 1 file changed, 2 insertions(+) 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