mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 03:59:06 +08:00
Remove unnecessary import
This commit is contained in:
parent
2a37ee752b
commit
83bca5cb13
1
packages/cache/__tests__/cacheUtils.test.ts
vendored
1
packages/cache/__tests__/cacheUtils.test.ts
vendored
@ -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…
x
Reference in New Issue
Block a user