Skip to content

Commit

Permalink
fix any.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Jan 9, 2022
1 parent 1f00515 commit 0043826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/driver/src/cy/commands/clock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function (Commands, Cypress, cy, state) {

const { tick } = clock

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

0 comments on commit 0043826

Please sign in to comment.