Skip to content

Commit 4511e7c

Browse files
committed
Merge pull request #1276 from DaftMonk/fix/grunt-remove-dup-test
fix(grunt): remove old duplicate 'test' task
2 parents c331642 + eabd140 commit 4511e7c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: Gruntfile.js

-5
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,6 @@ module.exports = function (grunt) {
310310
});
311311
});
312312

313-
grunt.registerTask('test', [
314-
'updateFixtures',
315-
'installFixtures',
316-
'mochaTest'
317-
]);
318313
grunt.registerTask('test', function(target, option) {
319314
if (target === 'fast') {
320315
grunt.task.run([

0 commit comments

Comments
 (0)