From e066c3bf64719c1b0a14a9f78db7d4a8b1e9cfb4 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 3 Jan 2026 12:35:26 -0600 Subject: [PATCH] add test watch --- .test-watch.exs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ]