diff options
Diffstat (limited to 'ui/Makefile')
-rw-r--r-- | ui/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/Makefile b/ui/Makefile index b95fe9e..218192f 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -63,3 +63,14 @@ clean: build-clean uninstall-python-package: pip uninstall leap.bitmask_js + +# +# Testing +# + +test: + npm run test + +# This makes make run test even thoug there's already a directory +# named "test" +.PHONY: test |