mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +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,5 +1,7 @@
|
||||
import * as path from 'path'
|
||||
import * as fs from 'fs'
|
||||
import {describe, expect, it} from '@jest/globals'
|
||||
|
||||
import {GradleUserHomeCache} from "../../src/caching/gradle-user-home-cache"
|
||||
import {CacheConfig} from "../../src/configuration"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user