-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Because CSS modules are used for x-dash components, the built CSS class names are unpredictable, and so can't (easily) by used as selectors in unit tests, and this is quite limiting.
A couple of possible solutions:
- Turn off class renaming in the build used by the unit tests
- Support importing of the built css and accessing the generated class names (via
classnames?) in the test files
Option 2 would get my vote.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request