fix tests in Firefox

This commit is contained in:
Matias Alejo Garcia 2014-12-02 18:27:48 -03:00
commit 44a94f97ea
3 changed files with 2 additions and 6 deletions

View file

@ -116,10 +116,6 @@ var createBundle = function(opts) {
// The following 2 lines fix karma tests
b.require('sjcl');
b.require('./js/util/log', {
expose: '../../log.js'
});
if (opts.debug) {
//include dev dependencies
b.require('sinon');