mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-04 22:59:03 +02:00
removing an old comment
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// this test currently needs to talk to the redis database.
|
||||
// get the redis config info from root directory's config.json:
|
||||
var winston = require('winston');
|
||||
|
||||
process.on('uncaughtException', function (err) {
|
||||
@@ -45,4 +43,4 @@ describe('User', function() {
|
||||
after(function() {
|
||||
db.flushdb();
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user