We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80b9b6 commit b2c1a56Copy full SHA for b2c1a56
src/utils.ts
@@ -18,7 +18,6 @@ const asymmetricMatcher =
18
19
export function isAsymmeyricMatcher(expected: unknown): expected is ExpectWebdriverIO.PartialMatcher {
20
return (
21
- typeof expected === 'object' &&
22
typeof expected === 'object' &&
23
expected &&
24
'$$typeof' in expected &&
0 commit comments