summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/Makefile b/ui/Makefile
index b95fe9ec..218192f2 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