Skip to content

Commit 0043826

Browse files
committed
fix any.
1 parent 1f00515 commit 0043826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/src/cy/commands/clock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default function (Commands, Cypress, cy, state) {
105105

106106
const { tick } = clock
107107

108-
clock.tick = function (ms, options: any = {}) {
108+
clock.tick = function (ms, options: Partial<Cypress.Loggable> = {}) {
109109
if ((ms != null) && !_.isNumber(ms)) {
110110
$errUtils.throwErrByPath('tick.invalid_argument', { args: { arg: JSON.stringify(ms) } })
111111
}

0 commit comments

Comments
 (0)