mirror of
https://github.com/moparisthebest/mail
synced 2024-12-22 15:28:49 -05:00
reactivate qunit integration tests
This commit is contained in:
parent
3e75397213
commit
9341678151
@ -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']);
|
||||
|
||||
};
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user