add tests
This commit is contained in:
parent
eeb621b601
commit
4b81bc1fdb
3 changed files with 32 additions and 0 deletions
|
|
@ -80,6 +80,11 @@ var createBundle = function(opts) {
|
|||
expose: '../js/models/core/Passphrase'
|
||||
});
|
||||
|
||||
if (opts.dontminify) {
|
||||
b.require('sinon', {
|
||||
expose: '../sinon'
|
||||
});
|
||||
}
|
||||
if (!opts.dontminify) {
|
||||
b.transform({
|
||||
global: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue