wix-playground / stylable-components

Fully-tested & strictly-typed component library based on React, using optional Wix styling.
MIT License
35 stars 3 forks source link

Fixing <RadioGroup/> tests that require theme #533

Closed JoMarton closed 6 years ago

JoMarton commented 6 years ago

Themes exported control over height and width to the theme. Since tests do not use themed components the .present() matcher fails on component having no width or height. To mitigate I replaced .present() with not.be.null until a better solution exists