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 37d8587 commit 2bbbebdCopy full SHA for 2bbbebd
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(spectron, options?: Options): Promise<Server>
+export function testWithSpectron(spectron: any, options?: Options): Promise<Server>
0 commit comments