diff --git a/__tests__/installer.test.ts b/__tests__/installer.test.ts index c6e702ea..b5b3899c 100644 --- a/__tests__/installer.test.ts +++ b/__tests__/installer.test.ts @@ -40,7 +40,7 @@ describe('installer tests', () => { try { await io.rmRF(toolDir); await io.rmRF(tempDir); - } finally { + } catch { console.log('Failed to remove test directories'); } }, 100000);