Address review comments

This commit is contained in:
Sampark Sharma
2023-01-03 08:31:27 +00:00
committed by GitHub
parent da162e46a8
commit 0746965b72
7 changed files with 24 additions and 46 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ test('getCacheVersion with gzip compression does not change vesion', async () =>
)
})
test('getCacheVersion with crossOsEnabled as false returns version on windows', async () => {
test('getCacheVersion with enableCrossOsArchive as false returns version on windows', async () => {
if (process.platform === 'win32') {
const paths = ['node_modules']
const result = getCacheVersion(paths)