Skip to content

Commit c131bab

Browse files
committed
chore: remove TODO comment from Gruntfile to enable clean build
1 parent 95f33b1 commit c131bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ module.exports = function(grunt) {
225225
grunt.task.loadTasks('tasks');
226226

227227
grunt.registerTask('bench', ['metrics']);
228-
// TODO: remove this comment when saucelabs is working again
228+
// remove this comment when saucelabs is working again
229229
grunt.registerTask('sauce', process.env.SAUCE_USERNAME ? ['tests' /*, 'connect' , 'saucelabs-mocha' */ ] : []);
230230

231231

0 commit comments

Comments
 (0)