Skip to content

Commit

Permalink
fix(grunt): remove old duplicate 'test' task
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Sep 9, 2015
1 parent 53e9a22 commit eabd140
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,6 @@ module.exports = function (grunt) {
});
});

grunt.registerTask('test', [
'updateFixtures',
'installFixtures',
'mochaTest'
]);
grunt.registerTask('test', function(target, option) {
if (target === 'fast') {
grunt.task.run([
Expand Down

0 comments on commit eabd140

Please sign in to comment.