Skip to content

Commit b2c1a56

Browse files
authored
refactor: remove redundant type check (#1938)
1 parent d80b9b6 commit b2c1a56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const asymmetricMatcher =
1818

1919
export function isAsymmeyricMatcher(expected: unknown): expected is ExpectWebdriverIO.PartialMatcher {
2020
return (
21-
typeof expected === 'object' &&
2221
typeof expected === 'object' &&
2322
expected &&
2423
'$$typeof' in expected &&

0 commit comments

Comments
 (0)