-
Notifications
You must be signed in to change notification settings - Fork 277
Closed
Labels
Description
In v6, queries could be passed string precision options so that they performed fuzzier text matching or normalized text differently (see https://www.native-testing-library.com/docs/next/api-queries#precision). These options are not available in v7. v6's behavior matches that of dom-testing-library so it is probably worth adding them back in -- those docs do a good job of describing the expected behavior of them, too.
thymikee, aeirola and mdjastrzebski