Add mix test.watch configuration
- Run only stale tests (affected by changes) - Clear screen before running tests for better visibility
This commit is contained in:
parent
6986a14e13
commit
2967cfadce
1 changed files with 6 additions and 0 deletions
6
.test-watch.exs
Normal file
6
.test-watch.exs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
tasks: [
|
||||
"test --stale" # Only run tests affected by changed files
|
||||
],
|
||||
clear: true # Clear screen before running tests
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue