finished storage tests
This commit is contained in:
parent
f9ca9f4b87
commit
76af1c92e6
4 changed files with 146 additions and 4 deletions
|
@ -2,6 +2,8 @@ const assert = require('assert');
|
|||
const sinon = require('sinon');
|
||||
const proxyquire = require('proxyquire');
|
||||
|
||||
const conf = require('../server/config.js')
|
||||
conf.notLocalHost = false;
|
||||
|
||||
let redisStub = {};
|
||||
let exists = sinon.stub();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue