Skip to content

Commit ef9e75e

Browse files
committed
fix: remove ts-expect-error
1 parent 9c4e6a2 commit ef9e75e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/chromedriver.js

-2
Original file line numberDiff line numberDiff line change
@@ -740,8 +740,6 @@ export class Chromedriver extends events.EventEmitter {
740740
`Starting ${this.desiredProtocol} Chromedriver session with capabilities: ` +
741741
JSON.stringify(sessionCaps, null, 2)
742742
);
743-
// jwproxy types have not been implemented yet
744-
// @ts-expect-error
745743
await this.jwproxy.command('/session', 'POST', sessionCaps);
746744
this.log.prefix = generateLogPrefix(this, this.jwproxy.sessionId);
747745
this.changeState(Chromedriver.STATE_ONLINE);

0 commit comments

Comments
 (0)