Run format, lint and build

Signed-off-by: Luca Comellini <luca.com@gmail.com>
This commit is contained in:
Luca Comellini 2024-05-07 11:25:35 -07:00
parent 44c2b7a8a4
commit b260373e81
No known key found for this signature in database
GPG key ID: 4850B36E838507C6
9 changed files with 9720 additions and 29471 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}`)