Skip to content

Commit 0e27c09

Browse files
committed
Change type.
1 parent b9ef618 commit 0e27c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/src/cy/assertions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const isDomSubjectAndMatchesValue = (value, subject) => {
5353
}
5454

5555
type Parsed = {
56-
subject?: any
56+
subject?: JQuery<any>
5757
actual?: any
5858
expected?: any
5959
}

0 commit comments

Comments
 (0)