We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42e746 commit 94a5d61Copy full SHA for 94a5d61
config/config.exs
@@ -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