do not unlink config file in test mode

this was incredibly hard to debug
This commit is contained in:
Girish Ramakrishnan
2017-02-06 22:18:20 -08:00
parent 8dc929f0ff
commit 8f388c86a6
4 changed files with 7 additions and 13 deletions

View File

@@ -111,6 +111,7 @@ describe('Apps', function () {
};
before(function (done) {
async.series([
database.initialize,
database._clear,