Skip to content

Commit

Permalink
chore: remove TODO comment from Gruntfile to enable clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jun 30, 2019
1 parent 95f33b1 commit c131bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' */ ] : []);


Expand Down

0 comments on commit c131bab

Please sign in to comment.