better blackbox wallet tests

This commit is contained in:
Matias Alejo Garcia 2014-11-25 10:59:49 -03:00
commit 3706b00724
3 changed files with 43 additions and 166 deletions

View file

@ -128,9 +128,6 @@ var createBundle = function(opts) {
b.require('./test/mocks/FakeNetwork', {
expose: './mocks/FakeNetwork'
});
b.require('./test/mocks/FakePayProServer', {
expose: './mocks/FakePayProServer'
});
b.require('./test/mocks/FakeBuilder', {
expose: './mocks/FakeBuilder'
});