randycoulman / mix_test_interactive

Interactive watch mode for Elixir's mix test. https://hexdocs.pm/mix_test_interactive/
MIT License
74 stars 12 forks source link

♻️ Rename function args #42

Closed randycoulman closed 3 years ago

randycoulman commented 3 years ago

When splitting out Settings from Config, there were a number of functions that take a Settings struct, but referred to it as config which was confusing.