diff --git a/test/new-unit/main.js b/test/new-unit/main.js index 5e6b99b..3e12b87 100644 --- a/test/new-unit/main.js +++ b/test/new-unit/main.js @@ -16,7 +16,7 @@ require(['../../src/require-config'], function() { // Start the main app logic. - require(['js/app-config', 'cordova'], function(app) { + require(['js/app-config'], function(app) { window.Worker = undefined; // disable web workers since mocha doesn't support them app.config.workerPath = '../../src/js';