-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
Description
Hi,
Thanks for your work on this package, it's really nice!
In my test cases I am in need to use matchers for keys too, I saw this is currently not possible. In my case the key is an ID which is different in every test run. So I just want to test it like this:
{
"@integer@": 9.95
}Would something like this be a good feature to have in this library?
mleczakm