docker: tearDown method
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -33,6 +33,7 @@ describe('install', () => {
|
||||
await install.install(toolPath, tmpDir, version);
|
||||
await Docker.printVersion();
|
||||
await Docker.printInfo();
|
||||
await install.tearDown(tmpDir);
|
||||
})()).resolves.not.toThrow();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user