Format files

This commit is contained in:
Cory Miller 2024-04-23 19:14:22 +00:00
parent 636bc90fe0
commit abdf74a01c
9 changed files with 27 additions and 22 deletions

View file

@ -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}`)