mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Options.reporters should be a string array (#18758)
This commit is contained in:
committed by
Mohamed Hegazy
parent
ed2d738bbb
commit
b32b41f3a1
2
types/webdriverio/index.d.ts
vendored
2
types/webdriverio/index.d.ts
vendored
@@ -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