Remove mix_test_watch config
This commit is contained in:
parent
39866d99d8
commit
8e1dc13c4f
4 changed files with 0 additions and 15 deletions
|
@ -1,5 +1 @@
|
||||||
use Mix.Config
|
use Mix.Config
|
||||||
|
|
||||||
unless Mix.env in ~w[docs bench]a do
|
|
||||||
import_config "#{Mix.env}.exs"
|
|
||||||
end
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
use Mix.Config
|
|
||||||
|
|
||||||
config :mix_test_watch,
|
|
||||||
clear: true,
|
|
||||||
tasks: [
|
|
||||||
"test",
|
|
||||||
# "dialyzer",
|
|
||||||
# "credo",
|
|
||||||
]
|
|
|
@ -1 +0,0 @@
|
||||||
use Mix.Config
|
|
|
@ -1 +0,0 @@
|
||||||
use Mix.Config
|
|
Loading…
Reference in a new issue