add test watch

This commit is contained in:
Graham McIntire 2026-01-03 12:35:26 -06:00
parent 2967cfadce
commit e066c3bf64
No known key found for this signature in database

View file

@ -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
]