mirror of https://github.com/actions/toolkit
Remove unnecessary import
parent
2a37ee752b
commit
83bca5cb13
|
@ -1,6 +1,5 @@
|
||||||
import {promises as fs} from 'fs'
|
import {promises as fs} from 'fs'
|
||||||
import * as path from 'path'
|
import * as path from 'path'
|
||||||
import { coerce } from 'semver'
|
|
||||||
import * as cacheUtils from '../src/internal/cacheUtils'
|
import * as cacheUtils from '../src/internal/cacheUtils'
|
||||||
|
|
||||||
test('getArchiveFileSizeInBytes returns file size', () => {
|
test('getArchiveFileSizeInBytes returns file size', () => {
|
||||||
|
|
Loading…
Reference in New Issue