Skip to content

Commit 94a5d61

Browse files
committed
Add json files to mix_test_watch
1 parent d42e746 commit 94a5d61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/config.exs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import Config
2+
3+
if Mix.env() == :test do
4+
config :mix_test_watch, extra_extensions: [".json"]
5+
end

0 commit comments

Comments
 (0)