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

@ -2,7 +2,8 @@
var chai = chai || require('chai');
var should = chai.should();
var API = API || require('../API');
var copay = copay || require('../copay');
var API = API || copay.API;
describe('API', function() {