Remove hashlib dependency and switch to mocha for testing
This commit is contained in:
parent
b251978422
commit
6e4c087319
7 changed files with 42 additions and 65 deletions
|
@ -1,6 +1,5 @@
|
|||
var redis = require('redis');
|
||||
var winston = require('winston');
|
||||
var hashlib = require('hashlib');
|
||||
|
||||
// For storing in redis
|
||||
// options[type] = redis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue