mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 23:20:09 -05:00
fix tests
This commit is contained in:
parent
3e9eff8085
commit
bb76252db7
@ -16,7 +16,7 @@ require(['../../src/require-config'], function() {
|
|||||||
|
|
||||||
|
|
||||||
// Start the main app logic.
|
// 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
|
window.Worker = undefined; // disable web workers since mocha doesn't support them
|
||||||
|
|
||||||
app.config.workerPath = '../../src/js';
|
app.config.workerPath = '../../src/js';
|
||||||
|
Loading…
Reference in New Issue
Block a user