mirror of
https://gitea.com/actions/checkout.git
synced 2025-04-05 06:49:41 +00:00
Update NPM dependencies (#1703)
* Update dependencies manually * Format files * Update licenses
This commit is contained in:
@ -68,7 +68,7 @@ describe('retry-helper tests', () => {
|
||||
|
||||
it('all attempts fail succeeds', async () => {
|
||||
let attempts = 0
|
||||
let error: Error = (null as unknown) as Error
|
||||
let error: Error = null as unknown as Error
|
||||
try {
|
||||
await retryHelper.execute(() => {
|
||||
throw new Error(`some error ${++attempts}`)
|
||||
|
Reference in New Issue
Block a user