Skip to content

Commit

Permalink
Update packages/driver/src/multi-domain/domain_fn.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhenkes authored Mar 17, 2022
1 parent b1457f7 commit f6a1da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/driver/src/multi-domain/domain_fn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface RunDomainFnOptions {
env: Cypress.ObjectLike
fn: string
skipConfigValidation: boolean
state: { isStable: boolean | undefined }
state: {}
isStable: boolean
}

Expand Down

0 comments on commit f6a1da8

Please sign in to comment.