mirror of
https://github.com/actions/toolkit.git
synced 2026-08-18 00:00:19 +02:00
Remove unnecessary import
This commit is contained in:
-1
@@ -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', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user