[plugin-helpers/eslint] remove unused vars

This commit is contained in:
spalger 2018-02-06 18:06:08 -07:00
parent 5a685c0d5e
commit 6910c8f6e2

View file

@ -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');
}));