diff --git a/copay.js b/copay.js
index 9cbb8c551..fa34b585b 100644
--- a/copay.js
+++ b/copay.js
@@ -16,3 +16,5 @@ module.exports.Wallet = require('soop').load('./js/models/core/Wallet',{
Storage: StorageLocalPlain,
});
+
+module.exports.API = require('./API');
diff --git a/test/index.html b/test/index.html
index 0b4d4c0e1..73440fcf6 100644
--- a/test/index.html
+++ b/test/index.html
@@ -17,10 +17,14 @@
-
-
-
+
+
+
+
+
+
+