mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Options.reporters should be a string array (#18758)
This commit is contained in:
committed by
Mohamed Hegazy
parent
ed2d738bbb
commit
b32b41f3a1
Vendored
+1
-1
@@ -412,7 +412,7 @@ declare namespace WebdriverIO {
|
||||
port?: number;
|
||||
path?: string;
|
||||
plugins?: { [name: string]: any; };
|
||||
reporters?: string | ((...args: any[]) => void);
|
||||
reporters?: string[] | ((...args: any[]) => void);
|
||||
reporterOptions?: { outputDir?: string; };
|
||||
logLevel?: string;
|
||||
maxInstances?: number;
|
||||
|
||||
Reference in New Issue
Block a user