towerops/.test-watch.exs
2026-01-03 12:35:26 -06:00

8 lines
138 B
Elixir

[
tasks: [
# Only run tests affected by changed files
"test --stale"
],
# Clear screen before running tests
clear: true
]