mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
react-select 2.4 drops role['option'] from Option components, which makes it harder to find those in the DOM while testing. Set classNamePrefix so that all components get extra react-select-* css classes, which allows to easily reference them in tests via enzyme selectors.