chore(client): Unskip some of the json protocol validation tests (#18511)
base
5b3ec51
8 months ago by SevInf
+57%
fix(client): Correct result for hasOwn/hasOwnProperty on proxies
Problem is in compositeProxy implamentation: we always returned a
descriptor from `getOwnPropertyDescriptor`, which caused `hasOwnProperty`
to always return `true` regardless of propery existence.
Fix #18462