Chmod file permission

This commit is contained in:
Imran Ismail
2019-09-05 04:16:18 +08:00
parent c1ba496a1b
commit af8d62879a
3 changed files with 9 additions and 4 deletions

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