mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix karma debug typo (#60029)
This commit is contained in:
parent
98bfbcbed2
commit
7f645bdc7c
1 changed files with 1 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue