...

/

Testing Generic Search Functionalities

Testing Generic Search Functionalities

Check and test your generic search function and React component.

Now that most of our search functionality is built, we can check to see how well everything is working.

Let’s see if our genericSearch function is working. For widgets, we can type “three,” which should find the widget with the dummy title “Title Three.”

For ...