Send resolved path to the storage APIs

This commit is contained in:
Girish Ramakrishnan
2017-09-19 20:40:38 -07:00
parent 952b1f6304
commit 26f33a8e9b
7 changed files with 90 additions and 127 deletions

View File

@@ -120,7 +120,7 @@ describe('Storage', function () {
after(function (done) {
cleanup(function (error) {
expect(error).to.be(null);
done()
done();
// rimraf(gTmpFolder, done);
});
});