Skip to content

Add unit test for classNames module in frontend #27

@marsbergen

Description

@marsbergen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomerstestingImprovements for Test Engineers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions