Skip to content

Use mox only in tests #11

@michalwarda

Description

@michalwarda

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions