diff --git a/templates/justfile.twig b/templates/justfile.twig index feb7470..d57b973 100644 --- a/templates/justfile.twig +++ b/templates/justfile.twig @@ -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 %}