From 1d5ba5d0039428c0e8ea46c7d5eb2b8461a97dfc Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Tue, 20 Aug 2013 10:11:14 +0200 Subject: [PATCH] minor cleanup main.js new unit tests --- test/new-unit/main.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/new-unit/main.js b/test/new-unit/main.js index 64ef977..5f34324 100644 --- a/test/new-unit/main.js +++ b/test/new-unit/main.js @@ -7,9 +7,7 @@ require(['../../src/require-config'], function() { // Start the main app logic. 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; + window.Worker = undefined; // disable web workers since mocha doesn't support them app.config.workerPath = '../../src/js';