mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
minor cleanup main.js new unit tests
This commit is contained in:
parent
983debb67b
commit
1d5ba5d003
@ -7,9 +7,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', 'cordova'], function(app) {
|
||||||
// clear session storage of failed tests, so async order is correct after fail & refresh
|
window.Worker = undefined; // disable web workers since mocha doesn't support them
|
||||||
window.sessionStorage.clear();
|
|
||||||
window.Worker = undefined;
|
|
||||||
|
|
||||||
app.config.workerPath = '../../src/js';
|
app.config.workerPath = '../../src/js';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user