add more tests to mocha index
This commit is contained in:
parent
ecf262ceea
commit
d5a64d0db0
3 changed files with 9 additions and 3 deletions
|
|
@ -62,6 +62,9 @@ var createBundle = function(opts) {
|
|||
b.require('./js/models/core/HDPath', {
|
||||
expose: '../js/models/core/HDPath'
|
||||
});
|
||||
b.require('./js/models/storage/File', {
|
||||
expose: '../js/models/storage/File'
|
||||
});
|
||||
b.require('./config', {
|
||||
expose: '../config'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue