mirror of
https://github.com/actions/toolkit.git
synced 2026-08-12 00:00:17 +02:00
formatting fixes
This commit is contained in:
+2
-2
@@ -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')
|
||||
|
||||
+1
-1
@@ -129,4 +129,4 @@ export function isGhes(): boolean {
|
||||
process.env['GITHUB_SERVER_URL'] || 'https://github.com'
|
||||
)
|
||||
return ghUrl.hostname.toUpperCase() !== 'GITHUB.COM'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user