Makefile 169 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 test: security @node test/ --integration $(TESTS) test-unit: security @node test/ $(TESTS) security: @node_modules/.bin/nsp check .PHONY: test test-unit security