paypro: run paypro tests in browser. whitespace.
This commit is contained in:
parent
b254dea911
commit
5c97649f83
2 changed files with 5 additions and 7 deletions
|
|
@ -75,11 +75,8 @@ var createBundle = function(opts) {
|
|||
b.require('./test/mocks/FakeNetwork', {
|
||||
expose: './mocks/FakeNetwork'
|
||||
});
|
||||
b.require('./test/mocks/FakeBuilder', {
|
||||
expose: './mocks/FakeBuilder'
|
||||
});
|
||||
b.require('./js/models/network/WebRTC', {
|
||||
expose: '../js/models/network/WebRTC'
|
||||
expose: '../js/models/network/WebRTC'
|
||||
});
|
||||
b.require('./js/models/blockchain/Insight', {
|
||||
expose: '../js/models/blockchain/Insight'
|
||||
|
|
@ -98,10 +95,10 @@ var createBundle = function(opts) {
|
|||
});
|
||||
b.require('./config', {
|
||||
expose: '../config'
|
||||
});
|
||||
});
|
||||
b.require('./js/models/core/HDPath', {
|
||||
expose: '../js/models/core/HDPath'
|
||||
});
|
||||
});
|
||||
|
||||
if (opts.debug) {
|
||||
//include dev dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue