Closed aarongraham closed 3 years ago
This is obviously a breaking change so wanted to create a PR so you can decide if it should be included or not.
This is a new flag added in Elixir 1.12. It works the same as the mix compile option, but for test .exs files.
mix compile
.exs
I've tested it on jand, apex and herd and they still pass with this flag
jand
apex
herd
This is obviously a breaking change so wanted to create a PR so you can decide if it should be included or not.
This is a new flag added in Elixir 1.12. It works the same as the
mix compile
option, but for test.exs
files.I've tested it on
jand
,apex
andherd
and they still pass with this flag