mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-05-17 18:25:27 +00:00
Reenable after callback
This commit is contained in:
@@ -19,10 +19,10 @@ describe('installer tests', () => {
|
|||||||
await io.rmRF(tempDir);
|
await io.rmRF(tempDir);
|
||||||
}, 100000);
|
}, 100000);
|
||||||
|
|
||||||
// afterAll(async () => {
|
afterAll(async () => {
|
||||||
// await io.rmRF(toolDir);
|
await io.rmRF(toolDir);
|
||||||
// await io.rmRF(tempDir);
|
await io.rmRF(tempDir);
|
||||||
// }, 100000);
|
}, 100000);
|
||||||
|
|
||||||
it('Acquires version of kustomize if no matching version is installed', async () => {
|
it('Acquires version of kustomize if no matching version is installed', async () => {
|
||||||
await installer.getKustomize('3.1.0');
|
await installer.getKustomize('3.1.0');
|
||||||
|
|||||||
Reference in New Issue
Block a user