all tests run in the browser now

This commit is contained in:
Manuel Araoz 2014-04-16 12:10:51 -03:00
commit 2fc4ae6df0
3 changed files with 11 additions and 4 deletions

View file

@ -16,3 +16,5 @@ module.exports.Wallet = require('soop').load('./js/models/core/Wallet',{
Storage: StorageLocalPlain,
});
module.exports.API = require('./API');