From ca335ab3a5d1301385b0986d22bbdb41cf19f78e Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Mon, 21 Feb 2022 16:06:05 +0100 Subject: [PATCH] Makefile: Add test-js-watch recipe --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4fad576..4d4ba50 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,10 @@ lint-js-fix: test: npm test +.PHONY: test-js-watch +test-js-watch: + cd $(JS_DIR); npm test -- --watch + .PHONY: test-js-update-snapshots test-js-update-snapshots: npm test -- -u