Skip to content

Commit 3844f1a

Browse files
committed
Fix lint issues
1 parent 3e550b8 commit 3844f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/kbn-test/src/functional_test_runner

packages/kbn-test/src/functional_test_runner/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export function runFtrCli() {
119119
'exclude-tag',
120120
'kibana-install-dir',
121121
],
122-
boolean: [ 'bail', 'invert', 'test-stats', 'updateBaselines', 'updateSnapshots', 'u' ],
122+
boolean: ['bail', 'invert', 'test-stats', 'updateBaselines', 'updateSnapshots', 'u'],
123123
default: {
124124
config: 'test/functional/config.js',
125125
},

0 commit comments

Comments
 (0)