test(xod-cli): clean up working directory between install:arch tests

This commit is contained in:
Evgeny Kochetkov
2018-11-26 19:39:43 +03:00
parent d614aedf59
commit e5ae43e308

View File

@@ -198,6 +198,10 @@ describe('xodc install:arch', () => {
process.exit = exit;
});
after(() => {
fs.removeSync(wd);
});
its(wd);
});
@@ -219,6 +223,10 @@ describe('xodc install:arch', () => {
process.exit = exit;
});
after(() => {
fs.removeSync(wd);
});
its(wd);
});
});