fix requires for karma
This commit is contained in:
parent
32971772d1
commit
1a186b4640
3 changed files with 11 additions and 3 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue