Integrate the new model
This commit is contained in:
parent
16091bd330
commit
862dfa72c9
5 changed files with 17 additions and 15 deletions
|
|
@ -40,6 +40,9 @@ var createBundle = function(opts) {
|
|||
b.require('bitcore/node_modules/browserify-buffertools/buffertools.js', {
|
||||
expose: 'buffertools'
|
||||
});
|
||||
b.require('browser-request', {
|
||||
expose: 'request'
|
||||
});
|
||||
|
||||
b.require('./copay', {
|
||||
expose: 'copay'
|
||||
|
|
@ -88,6 +91,9 @@ var createBundle = function(opts) {
|
|||
b.require('./test/mocks/FakeBlockchain', {
|
||||
expose: './mocks/FakeBlockchain'
|
||||
});
|
||||
b.require('./test/mocks/FakeBlockchainSocket', {
|
||||
expose: './mocks/FakeBlockchainSocket'
|
||||
});
|
||||
b.require('./test/mocks/FakeNetwork', {
|
||||
expose: './mocks/FakeNetwork'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue