From 33563446d17d84106c122fddea86050eafe5335c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 24 Sep 2023 15:25:22 +0100 Subject: [PATCH] chore(justfile): remove test-watch --- templates/justfile.twig | 3 --- 1 file changed, 3 deletions(-) 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 %}