copay tests in the browser!
This commit is contained in:
parent
5f6739fbfc
commit
a658ec8452
10 changed files with 131 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
var chai = chai || require('chai');
|
||||
var should = chai.should();
|
||||
var copay = copay || {};
|
||||
var copay = copay || require('../copay');
|
||||
var Storage = copay.Storage || require('../js/models/Storage');
|
||||
|
||||
describe('Storage model', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue