add coverage reports
This commit is contained in:
parent
1ab729571d
commit
37d778c1c3
5 changed files with 34 additions and 15 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue