do not unlink config file in test mode
this was incredibly hard to debug
This commit is contained in:
@@ -19,7 +19,8 @@ var async = require('async'),
|
||||
describe('dns provider', function () {
|
||||
before(function (done) {
|
||||
async.series([
|
||||
database.initialize
|
||||
database.initialize,
|
||||
config._reset
|
||||
], done);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user