mirror of
https://github.com/moparisthebest/mail
synced 2024-11-25 18:32:20 -05:00
remove commented lines
This commit is contained in:
parent
1da5c68fd1
commit
23242a9112
@ -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();
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user