mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
tests/database linting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
/*global require, after*/
|
||||
|
||||
var async = require('async'),
|
||||
assert = require('assert'),
|
||||
var assert = require('assert'),
|
||||
db = require('../mocks/databasemock');
|
||||
|
||||
describe('Sorted Set methods', function() {
|
||||
|
||||
Reference in New Issue
Block a user