fix browser tests
This commit is contained in:
parent
3e8ca41a0a
commit
a5ad584d7f
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ var createBundle = function(opts) {
|
||||||
b.require('./js/models/core/PrivateKey', {
|
b.require('./js/models/core/PrivateKey', {
|
||||||
expose: '../js/models/core/PrivateKey'
|
expose: '../js/models/core/PrivateKey'
|
||||||
});
|
});
|
||||||
|
b.require('./js/models/core/PublicKeyRing', {
|
||||||
|
expose: '../js/models/core/PublicKeyRing'
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
if (!opts.dontminify) {
|
if (!opts.dontminify) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue