mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
chore: Remove eslint failure for ava import
This commit is contained in:
parent
3f231d1a10
commit
ab89b450a6
1 changed files with 1 additions and 1 deletions
|
@ -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}>
|
||||
|
||||
|
|
Loading…
Reference in a new issue