Reenable after callback

This commit is contained in:
Imran Ismail
2019-09-05 12:03:05 +08:00
parent af8d62879a
commit 6e5c237523

View File

@@ -19,10 +19,10 @@ describe('installer tests', () => {
await io.rmRF(tempDir);
}, 100000);
// afterAll(async () => {
// await io.rmRF(toolDir);
// await io.rmRF(tempDir);
// }, 100000);
afterAll(async () => {
await io.rmRF(toolDir);
await io.rmRF(tempDir);
}, 100000);
it('Acquires version of kustomize if no matching version is installed', async () => {
await installer.getKustomize('3.1.0');