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
The current mix.exs contains mox without only: [:test]. This makes it so that when the library is used the app including it has to also have mox in normal runtime which I guess is not the preferred solution.
Solution:
Add only: [:test] to mox in mix.exs and refresh lockfile.