Skip to content

Commit

Permalink
grunt reports runner update
Browse files Browse the repository at this point in the history
  • Loading branch information
joernroeder committed Aug 20, 2014
1 parent ed28b88 commit 6ad16ed
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 @@ -115,7 +115,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-benchmark');

// Task aliases
grunt.registerTask('createReports', ['coverage', 'plato:source']);
grunt.registerTask('createReports', ['coverage', 'plato']);
grunt.registerTask('runTests', ['env:test', 'mochaTest']);
grunt.registerTask('coverage', ['env:test', 'mochaTest:coverage']);
//grunt.registerTask('test', ['_runTests']);
Expand Down

0 comments on commit 6ad16ed

Please sign in to comment.