Skip to content

Commit

Permalink
Revert "Changed an import in test case to standard import"
Browse files Browse the repository at this point in the history
This reverts commit 347d2e2.
  • Loading branch information
kotewar authored Jun 3, 2022
1 parent 347d2e2 commit c1bb3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cache/__tests__/tar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {CacheFilename, CompressionMethod} from '../src/internal/constants'
import * as tar from '../src/internal/tar'
import * as utils from '../src/internal/cacheUtils'
// eslint-disable-next-line @typescript-eslint/no-require-imports
import * as fs from 'fs'
import fs = require('fs')

jest.mock('@actions/exec')
jest.mock('@actions/io')
Expand Down

0 comments on commit c1bb3fb

Please sign in to comment.