Skip to content

Consistent naming for utils and utilising shared folder #1999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
update
  • Loading branch information
salmanmkc committed Mar 19, 2025
commit 87e7d4e0474f16da2a9fc8e4e4a27b4d927b7adc
2 changes: 1 addition & 1 deletion packages/cache/__tests__/cacheHttpClient.test.ts
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import {CompressionMethod} from '../src/internal/shared/constants'
import * as downloadUtils from '../src/internal/shared/downloadUtils'
import {DownloadOptions, getDownloadOptions} from '../src/options'

jest.mock('../src/internal/downloadUtils')
jest.mock('../src/internal/shared/downloadUtils')

test('getCacheVersion does not mutate arguments', async () => {
const paths = ['node_modules']
Loading
Oops, something went wrong.