Skip to content

Commit eabd140

Browse files
committed
fix(grunt): remove old duplicate 'test' task
1 parent 53e9a22 commit eabd140

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
@@ -275,11 +275,6 @@ module.exports = function (grunt) {
275275
});
276276
});
277277

278-
grunt.registerTask('test', [
279-
'updateFixtures',
280-
'installFixtures',
281-
'mochaTest'
282-
]);
283278
grunt.registerTask('test', function(target, option) {
284279
if (target === 'fast') {
285280
grunt.task.run([

0 commit comments

Comments
 (0)