From 2fc4ae6df0a6f77a05608ccb243c23846d80b989 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 16 Apr 2014 12:10:51 -0300 Subject: [PATCH] all tests run in the browser now --- copay.js | 2 ++ test/index.html | 10 +++++++--- test/test.API.js | 3 ++- 3 files changed, 11 insertions(+), 4 deletions(-) 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 @@ - - - + + + + + + +