Properly start Mox

the default test command `mix test --no-start` does not start Mox
server by default, so we have to start it manually in order to
configure it
This commit is contained in:
2024-03-14 07:04:54 +01:00
parent d558019210
commit ecc59ea0f6

View File

@@ -1 +1,2 @@
Application.ensure_all_started(:mox)
ExUnit.start()