Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit test for classNames module in frontend #27

Open
marsbergen opened this issue Aug 5, 2024 · 0 comments
Open

Add unit test for classNames module in frontend #27

marsbergen opened this issue Aug 5, 2024 · 0 comments
Labels
good first issue Good for newcomers testing Improvements for Test Engineers

Comments

@marsbergen
Copy link
Contributor

Context

We use the classNames modules in many components, it should be able to process many forms of json and output a string without duplicates or null values.

Technical Requirements

  • Classnames like classNames('italic', 'text-color-red', active && 'font-bold') should output italic text-color-red when not active and italic text-color-red font-bold when the component has an active prop.
@marsbergen marsbergen added testing Improvements for Test Engineers good first issue Good for newcomers labels Aug 5, 2024
@infowijs infowijs deleted a comment from bharathz8 Aug 6, 2024
@infowijs infowijs locked and limited conversation to collaborators Aug 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers testing Improvements for Test Engineers
Projects
None yet
Development

No branches or pull requests

1 participant