trying to get tests working

This commit is contained in:
Manuel Araoz 2014-08-14 16:26:24 -04:00
commit 70dc68485b
4 changed files with 188 additions and 16 deletions

View file

@ -5,7 +5,7 @@ var should = chai.should();
var Storage = require('../js/models/storage/File.js');
var sinon = require('sinon');
var crypto = require('crypto');
ar CryptoJS = require('node-cryptojs-aes').CryptoJS;
var CryptoJS = require('node-cryptojs-aes').CryptoJS;
var mock = require('mock-fs');