change import to fix index.html tests
This commit is contained in:
parent
7562c3f9e7
commit
13cf5e4216
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ try {
|
||||||
var copay = require('../copay'); //node
|
var copay = require('../copay'); //node
|
||||||
}
|
}
|
||||||
var Wallet = require('../js/models/core/Wallet');
|
var Wallet = require('../js/models/core/Wallet');
|
||||||
var Structure = require('../js/models/core/Structure');
|
var Structure = copay.Structure;
|
||||||
var Storage = require('./mocks/FakeStorage');
|
var Storage = require('./mocks/FakeStorage');
|
||||||
var Network = require('./mocks/FakeNetwork');
|
var Network = require('./mocks/FakeNetwork');
|
||||||
var Blockchain = require('./mocks/FakeBlockchain');
|
var Blockchain = require('./mocks/FakeBlockchain');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue