Skip to content

Commit 2b3c612

Browse files
committed
fix warning: IEx.started?/0 defined in application :iex is used by the current application but the current application does not directly depend on :iex
1 parent 8f930e8 commit 2b3c612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ defmodule Scenic.Mixfile do
3838
def application do
3939
case Mix.env() do
4040
:dev ->[extra_applications: [:logger, :iex]]
41+
:test ->[extra_applications: [:logger, :iex]]
4142
_ -> [extra_applications: [:logger]]
4243
end
4344
end

0 commit comments

Comments
 (0)