trying to get tests working
This commit is contained in:
parent
439d44cf80
commit
70dc68485b
4 changed files with 188 additions and 16 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue