Skip to content

Commit bfa5fa3

Browse files
jaredmcateernklayman
authored andcommitted
fix(testWithSpectron): making options param optional, has default (#196)
1 parent 3428ad0 commit bfa5fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ interface Server {
3131
Run electron:serve, but instead of launching Electron it returns a Spectron Application instance.
3232
Used for e2e testing with Spectron.
3333
*/
34-
export function testWithSpectron(options: Options): Promise<Server>
34+
export function testWithSpectron(options?: Options): Promise<Server>

0 commit comments

Comments
 (0)