diff --git a/test/new-unit/main.js b/test/new-unit/main.js index cdb2bfd..6379ed5 100644 --- a/test/new-unit/main.js +++ b/test/new-unit/main.js @@ -17,8 +17,6 @@ require(['../../src/require-config'], function() { // Start the main app logic. require(['js/app-config'], function(app) { - //window.Worker = undefined; // disable web workers since mocha doesn't support them - app.config.workerPath = '../../src/js'; startTests(); diff --git a/test/unit/main.js b/test/unit/main.js index 918d69e..f6da06d 100644 --- a/test/unit/main.js +++ b/test/unit/main.js @@ -10,7 +10,6 @@ require(['../../src/require-config'], function() { require(['js/app-config', 'cordova'], function(app) { // clear session storage of failed tests, so async order is correct after fail & refresh window.sessionStorage.clear(); - //window.Worker = undefined; app.config.workerPath = '../../src/js';