diff --git a/.test-watch.exs b/.test-watch.exs index 51b5ddb5..1c81c85f 100644 --- a/.test-watch.exs +++ b/.test-watch.exs @@ -1,6 +1,8 @@ [ tasks: [ - "test --stale" # Only run tests affected by changed files + # Only run tests affected by changed files + "test --stale" ], - clear: true # Clear screen before running tests + # Clear screen before running tests + clear: true ]