mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -157,7 +157,7 @@ describe('Set methods', function () {
|
||||
async.parallel([
|
||||
async.apply(db.setAdd, 'set5', [1,2,3,4,5]),
|
||||
async.apply(db.setAdd, 'set6', 1),
|
||||
async.apply(db.setAdd, 'set7', 2)
|
||||
async.apply(db.setAdd, 'set7', 2),
|
||||
], done);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user