diff --git a/test/index.html b/test/index.html index a22e65d6c..46e3a63ce 100644 --- a/test/index.html +++ b/test/index.html @@ -25,6 +25,8 @@ + diff --git a/test/test.storage.File.js b/test/test.storage.File.js index 38e5789f1..c6bf0f558 100644 --- a/test/test.storage.File.js +++ b/test/test.storage.File.js @@ -3,6 +3,7 @@ var chai = require('chai'); var should = chai.should(); var Storage = require('../js/models/storage/File.js'); + var sinon = require('sinon'); var crypto = require('crypto'); var CryptoJS = require('node-cryptojs-aes').CryptoJS; @@ -202,3 +203,4 @@ describe('Storage/File', function() { }); }); +