mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
Makefile: Add test-js-watch recipe
This commit is contained in:
parent
2161fc0b32
commit
ca335ab3a5
4
Makefile
4
Makefile
|
@ -90,6 +90,10 @@ lint-js-fix:
|
||||||
test:
|
test:
|
||||||
npm test
|
npm test
|
||||||
|
|
||||||
|
.PHONY: test-js-watch
|
||||||
|
test-js-watch:
|
||||||
|
cd $(JS_DIR); npm test -- --watch
|
||||||
|
|
||||||
.PHONY: test-js-update-snapshots
|
.PHONY: test-js-update-snapshots
|
||||||
test-js-update-snapshots:
|
test-js-update-snapshots:
|
||||||
npm test -- -u
|
npm test -- -u
|
||||||
|
|
Loading…
Reference in New Issue
Block a user