Dont fail on not being able to unlink

This commit is contained in:
Danny McCormick 2019-06-07 17:39:39 -04:00
parent 46111af811
commit 14304073b8

View file

@ -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);