mirror of
https://github.com/actions/checkout.git
synced 2025-08-10 16:05:52 +01: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