fix miscellaneous karma console errors

point to new bitcore bundle
remove online.wav file usage, clean up console error
remove unused crypto var from storage.File test, clean up console error
This commit is contained in:
Gregg Zigler 2014-08-18 11:36:25 -07:00
commit 4e8fa24fc0
3 changed files with 1 additions and 6 deletions

View file

@ -5,7 +5,6 @@ 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;
var mock = require('mock-fs');