mirror of
https://github.com/xodio/xod.git
synced 2026-03-09 02:06:49 +01:00
test(xod-cli): clean up working directory between install:arch tests
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user