clear the snapshot repos after every doc
This commit is contained in:
@ -29,8 +29,8 @@ function YamlFile(filename, docs) {
|
||||
}
|
||||
});
|
||||
|
||||
afterEach(/* doc */function (done) {
|
||||
clientManager.get().clearEs(done);
|
||||
afterEach(/* doc */function () {
|
||||
return clientManager.get().clearEs();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user