Skip to content

Commit

Permalink
Merge pull request angular-fullstack#1276 from DaftMonk/fix/grunt-rem…
Browse files Browse the repository at this point in the history
…ove-dup-test

fix(grunt): remove old duplicate 'test' task
  • Loading branch information
kingcody committed Sep 9, 2015
2 parents c331642 + eabd140 commit 4511e7c
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 @@ -310,11 +310,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 4511e7c

Please sign in to comment.