formatting fixes

This commit is contained in:
eggyhead
2024-01-31 01:58:42 +00:00
parent b680ef8e68
commit 4efc4b9e06
4 changed files with 23 additions and 25 deletions

View File

@@ -3,8 +3,8 @@ import * as path from 'path'
import * as cacheUtils from '../src/internal/cacheUtils'
beforeEach(() => {
jest.resetModules()
});
jest.resetModules()
})
test('getArchiveFileSizeInBytes returns file size', () => {
const filePath = path.join(__dirname, '__fixtures__', 'helloWorld.txt')