From 5c97649f83fe83278e17cf09c49bc66066cb0c81 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 6 Aug 2014 12:05:06 -0700 Subject: [PATCH] paypro: run paypro tests in browser. whitespace. --- test/index.html | 3 ++- util/build.js | 9 +++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/test/index.html b/test/index.html index 01de4001a..f755dc486 100644 --- a/test/index.html +++ b/test/index.html @@ -12,11 +12,12 @@ - + + diff --git a/util/build.js b/util/build.js index f1a7a2f98..4ac9317ac 100644 --- a/util/build.js +++ b/util/build.js @@ -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