From ab89b450a665701d48d0e409004b777d8816cc8c Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Sun, 13 Nov 2022 16:28:03 -0600 Subject: [PATCH] chore: Remove eslint failure for ava import --- test/functions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functions.ts b/test/functions.ts index 677e304..bd9a648 100644 --- a/test/functions.ts +++ b/test/functions.ts @@ -1,6 +1,6 @@ import * as functions from '../src/functions' import * as github from '@actions/github' -import anyTest, {TestFn} from 'ava' +import anyTest, {TestFn} from 'ava' // eslint-disable-line import/no-unresolved const test = anyTest as TestFn<{foo: string}>