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
3 lines
52 B
Elixir
3 lines
52 B
Elixir
Application.ensure_all_started(:mox)
|
|
ExUnit.start()
|