The issue is i have a component which is having search and select
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.8k
- Forks
- 7.9k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
I have react component which consists of search and select i.e when i search i will get a list of suggestions shown.here i am able to unit test till the search but when it comes to list it is not populated with the data passed via a mock function.
The component is not updated after the search not sure how to update the list with search results in the unit tests.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name a component file or test path. Start by locating the React component's search/select unit test and reproduce the case where mocked search results do not populate the suggestions; done means the test observes the updated list after searching.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100