Move test dir into src
This commit is contained in:
parent
32dcb0d25f
commit
f4633ad30a
1
mix.exs
1
mix.exs
|
@ -7,6 +7,7 @@ defmodule Lytedev.MixProject do
|
|||
elixir: "~> 1.7",
|
||||
elixirc_paths: ["src"],
|
||||
config_path: "src/config.exs",
|
||||
test_paths: ["src/test"],
|
||||
start_permanent: true,
|
||||
deps: deps()
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue