mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[plugin-helpers/eslint] remove unused vars
This commit is contained in:
parent
5a685c0d5e
commit
6910c8f6e2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ program
|
|||
.command('test')
|
||||
.description('Run the server and browser tests')
|
||||
.on('--help', docs('test/all'))
|
||||
.action(taskRunner(function (command) {
|
||||
.action(taskRunner(function () {
|
||||
run('testAll');
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue