From d2f37b7fcfda0e03ff1bd62fc91040258e224727 Mon Sep 17 00:00:00 2001 From: Simon Fondrie-Teitler Date: Fri, 19 May 2017 10:40:41 -0400 Subject: add test running to ui Makefile --- ui/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ui') 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 -- cgit v1.2.3