Move test dir into src

This commit is contained in:
Daniel Flanagan 2020-12-16 13:22:10 -06:00
parent 32dcb0d25f
commit f4633ad30a
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
3 changed files with 1 additions and 0 deletions

View file

@ -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()
]