add tests

This commit is contained in:
Manuel Araoz 2014-06-16 17:40:59 -03:00
commit 4b81bc1fdb
3 changed files with 32 additions and 0 deletions

View file

@ -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