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
In some cases `new_cmds == legacy_cmds`. This made it more verbose to write and additionally resulted in duplicate tests.
After this PR, if no `legacy_cmds` is passed to `Config`, the value of `new_cmds` is used. Plus, duplicate configs are filtered out.
0 commit comments