We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148513a commit 54b2b19Copy full SHA for 54b2b19
index.d.ts
@@ -34,7 +34,7 @@ interface Server {
34
Run electron:serve, but instead of launching Electron it returns a Spectron Application instance.
35
Used for e2e testing with Spectron.
36
*/
37
-export function testWithSpectron(spectron: any, options?: Options): Promise<Server>
+export function testWithSpectron(spectron: any, options?: Partial<Options>): Promise<Server>
38
39
40
export type PluginOptions = {
0 commit comments