mirror of
https://github.com/gradle/actions.git
synced 2026-01-13 17:26:03 +08:00
chore: Clean-up missing imports for tests (#505)
Noticed had missing imports in tests, this adds them and orders imports consistently. Not sure why eslint missed this.
This commit is contained in:
committed by
Daz DeBoer
parent
8646c701a9
commit
8c3e41f260
@@ -1,8 +1,9 @@
|
||||
import * as exec from '@actions/exec'
|
||||
import * as core from '@actions/core'
|
||||
import * as glob from '@actions/glob'
|
||||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
import {expect, test, jest} from '@jest/globals'
|
||||
|
||||
import {CacheCleaner} from '../../src/caching/cache-cleaner'
|
||||
|
||||
jest.setTimeout(120000)
|
||||
|
||||
Reference in New Issue
Block a user