chore: Remove eslint failure for ava import

This commit is contained in:
Edmund Miller 2022-11-13 16:28:03 -06:00 committed by Thomas A. Christensen II
parent 3f231d1a10
commit ab89b450a6

View file

@ -1,6 +1,6 @@
import * as functions from '../src/functions' import * as functions from '../src/functions'
import * as github from '@actions/github' 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}> const test = anyTest as TestFn<{foo: string}>