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:
@@ -1 +1,2 @@
|
|||||||
|
Application.ensure_all_started(:mox)
|
||||||
ExUnit.start()
|
ExUnit.start()
|
||||||
|
|||||||
Reference in New Issue
Block a user