add test watch
This commit is contained in:
parent
2967cfadce
commit
e066c3bf64
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue