mozilla-releng / balrog

Mozilla's Update Server
http://mozilla-balrog.readthedocs.io/en/latest/index.html
Mozilla Public License 2.0
100 stars 148 forks source link

Test highlightMatchedRelease #3037

Closed michellemounde closed 1 year ago

michellemounde commented 1 year ago

Fixes #3036

  1. Comment the highlightMatchedRelease function
  2. Convert highlightMatchedRelease to a logic module
  3. Add tests for highlightMatchedRelease when: a. One matching substring b. Two matching substrings c. Release name ends with last matching substring d. Release name starts with last matching substring
  4. Modify search to remove leading and trailing whitespace to fix false positive match bug
  5. Adjust highlighlightMatchedRelease to return an array instead of a React Fragment
  6. Modify tests the returned array in place of the previously returned React Fragment