chore: remove TODO comment from Gruntfile to enable clean build

This commit is contained in:
Nils Knappmeier
2019-06-30 10:52:26 +02:00
parent 95f33b1e72
commit c131bab4e8
+1 -1
View File
@@ -225,7 +225,7 @@ module.exports = function(grunt) {
grunt.task.loadTasks('tasks');
grunt.registerTask('bench', ['metrics']);
// TODO: remove this comment when saucelabs is working again
// remove this comment when saucelabs is working again
grunt.registerTask('sauce', process.env.SAUCE_USERNAME ? ['tests' /*, 'connect' , 'saucelabs-mocha' */ ] : []);