Skip to content

Commit

Permalink
chore(NA): fix grunt task for test:coverage (elastic#72539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 21, 2020
1 parent e23ea86 commit d9e1a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (grunt) {
grunt.task.run(['run:karmaTestServer', ...ciShardTasks]);
});

grunt.registerTask('test:coverage', ['run:testCoverageServer', 'karma:coverage']);
grunt.registerTask('test:coverage', ['run:karmaTestCoverageServer', 'karma:coverage']);

grunt.registerTask('test:quick', [
'checkPlugins',
Expand Down

0 comments on commit d9e1a81

Please sign in to comment.