1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-11-13 17:25:34 +01:00

Makefile: Add test-js-watch recipe

This commit is contained in:
Aleksandr Gumroian 2022-02-21 16:06:05 +01:00
parent 2161fc0b32
commit ca335ab3a5
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -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