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 3428ad0 commit bfa5fa3Copy full SHA for bfa5fa3
index.d.ts
@@ -31,4 +31,4 @@ interface Server {
31
Run electron:serve, but instead of launching Electron it returns a Spectron Application instance.
32
Used for e2e testing with Spectron.
33
*/
34
-export function testWithSpectron(options: Options): Promise<Server>
+export function testWithSpectron(options?: Options): Promise<Server>
0 commit comments