reactivate qunit integration tests

This commit is contained in:
Tankred Hase 2013-10-29 19:24:22 +01:00
parent 3e75397213
commit 9341678151
2 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ module.exports = function(grunt) {
// Test/Dev tasks
grunt.registerTask('dev', ['connect:dev']);
grunt.registerTask('test', ['jshint', 'connect:test', 'mocha']);
grunt.registerTask('test', ['jshint', 'connect:test', 'mocha', 'qunit']);
grunt.registerTask('prod', ['connect:prod']);
};

View File

@ -10,7 +10,7 @@ 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;
window.Worker = undefined;
app.config.workerPath = '../../src/js';