Skip to content

Commit f6a1da8

Browse files
authored
Update packages/driver/src/multi-domain/domain_fn.ts
1 parent b1457f7 commit f6a1da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/src/multi-domain/domain_fn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface RunDomainFnOptions {
1010
env: Cypress.ObjectLike
1111
fn: string
1212
skipConfigValidation: boolean
13-
state: { isStable: boolean | undefined }
13+
state: {}
1414
isStable: boolean
1515
}
1616

0 commit comments

Comments
 (0)