add coverage reports

This commit is contained in:
Manuel Araoz 2014-06-05 13:30:01 -03:00
commit 37d778c1c3
5 changed files with 34 additions and 15 deletions

View file

@ -6,6 +6,10 @@ var copay = copay || require('../copay');
var API = API || copay.API;
var Storage = Storage || require('../test/mocks/FakeStorage');
var blanket = require("blanket")({
"pattern": "/js/"
});
describe('API', function() {
it('should have a command called "echo"', function() {