Skip to content

Commit

Permalink
fix karma debug typo (#60029)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Mar 12, 2020
1 parent 98bfbcb commit 7f645bd
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 @@ -61,7 +61,7 @@ module.exports = function(grunt) {
'run:apiIntegrationTests',
]);

grunt.registerTask('test:karmaDebug', ['checkPlugins', 'run:karmaDebugServer', 'karma:dev']);
grunt.registerTask('test:karmaDebug', ['checkPlugins', 'run:karmaTestDebugServer', 'karma:dev']);
grunt.registerTask('test:mochaCoverage', ['run:mochaCoverage']);

grunt.registerTask('test', subTask => {
Expand Down

0 comments on commit 7f645bd

Please sign in to comment.