mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
refactor: async/await
This commit is contained in:
@@ -125,7 +125,7 @@ describe('Build', function (done) {
|
||||
before(function (done) {
|
||||
async.parallel([
|
||||
async.apply(rimraf, path.join(__dirname, '../build/public')),
|
||||
async.apply(db.activatePlugin, 'nodebb-plugin-markdown'),
|
||||
async.apply(db.sortedSetAdd, 'plugins:active', Date.now(), 'nodebb-plugin-markdown'),
|
||||
], done);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user