more tests
This commit is contained in:
parent
fb2b6c40ba
commit
248c18596c
7 changed files with 113 additions and 107 deletions
|
|
@ -63,6 +63,9 @@ var createBundle = function(opts) {
|
|||
b.require('./test/mocks/FakeBlockchain', {
|
||||
expose: './mocks/FakeBlockchain'
|
||||
});
|
||||
b.require('./test/mocks/FakeLocalStorage', {
|
||||
expose: './mocks/FakeLocalStorage'
|
||||
});
|
||||
b.require('./js/models/core/Wallet', {
|
||||
expose: '../js/models/core/Wallet'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue