fix requires for karma

This commit is contained in:
Manuel Araoz 2014-08-11 17:08:18 -04:00
commit 1a186b4640
3 changed files with 11 additions and 3 deletions

View file

@ -3,6 +3,7 @@
var is_browser = typeof process == 'undefined'
|| typeof process.versions === 'undefined';
var bitcore = bitcore || require('bitcore');
var Buffer = bitcore.Buffer;
var PayPro = bitcore.PayPro;
var Wallet = require('../../js/models/core/Wallet');