You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what should be investigated or refactored
#1770 addressed some linter issues with the watch-processor and added some tests (yay!). The particular type of tests that were added seem like good candidates for the it.each() construct in jest. Let's refactor the tests to take advantage of that way of writing tests.
Links to any relevant code
Additional context
The text was updated successfully, but these errors were encountered:
Describe what should be investigated or refactored
#1770 addressed some linter issues with the watch-processor and added some tests (yay!). The particular type of tests that were added seem like good candidates for the
it.each()
construct injest
. Let's refactor the tests to take advantage of that way of writing tests.Links to any relevant code
Additional context
The text was updated successfully, but these errors were encountered: