chore(justfile): remove test-watch

This commit is contained in:
Oliver Davies 2023-09-24 15:25:22 +01:00
parent 8f48eea65f
commit 33563446d1

View file

@ -26,9 +26,6 @@ test *args:
{% else %}
{{ "just _run php phpunit --colors=always {{ args }}" | raw }}
{% endif %}
test-watch *args:
nodemon --ext "*" --watch "." --exec "just test {{ args }} || exit 1" --ignore */sites/simpletest
{% endif %}
{% if "drupal" is same as type %}