change test-appveyor to test-spec and add test-clean method to clean up after tests
This commit is contained in:
@@ -149,7 +149,3 @@ _.each(fs.readdirSync(fixtureLoc), function (binName) {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
after(function () {
|
||||
rimraf.sync(tmpLoc);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user