You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a property exposed in the module export which is treated as a wildcard for prop matching purposes.
This would allow something like: subTree('*', { id: 'abc', children: SkinDeep.any } - which does a complete prop match, but doesn't care about the value of the children prop.
The text was updated successfully, but these errors were encountered:
As discussed in #13
Add a property exposed in the module export which is treated as a wildcard for prop matching purposes.
This would allow something like:
subTree('*', { id: 'abc', children: SkinDeep.any }
- which does a complete prop match, but doesn't care about the value of thechildren
prop.The text was updated successfully, but these errors were encountered: