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
Add initTestConfig helper for more succinct example tests (#1249)
Here, add an `initTestConfig` helper for example tests that wraps up a
lot of the common testing logic in each. This leaves the example tests
more succinct, takes a lot of test-only code out of the equation to keep
the signal higher for readers, and makes broadly refactoring example
tests easier as changes may need to only be made in one place. This is
very similar to the change we already made in River Pro.
0 commit comments