Skip to content

Commit

Permalink
fix: remove unused catch binding
Browse files Browse the repository at this point in the history
  • Loading branch information
hanna-skryl committed Oct 23, 2024
1 parent a4d9543 commit 7f0bda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test-setup/src/lib/test-folder.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function teardownTestFolder(dirName: string) {
maxRetries: 2,
retryDelay: 100,
});
} catch (error: unknown) {
} catch {
logger.warn(
`⚠️ Failed to delete test artefact ${bold(
dirName,
Expand Down

0 comments on commit 7f0bda7

Please sign in to comment.