summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorSimon Fondrie-Teitler <simonft@riseup.net>2017-05-19 10:40:41 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2017-05-22 13:46:45 +0200
commitd2f37b7fcfda0e03ff1bd62fc91040258e224727 (patch)
tree18d3356e122d21b9ce6ae56f31e8e34ade597a53 /ui
parent6abb5f1449b582f50796c71bbf20d8e4aac2f4de (diff)
add test running to ui Makefile
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