Skip to content

How to write unit test case? #219

Open
@appasaheb4

Description

@appasaheb4

Like

const colorPicker = screen.getByTestId('colorPicker');
fireEvent.change(colorPicker, { target: { value: '#ff0000' } });
it's not working any alternative solution change color value?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions