UNPKG

hazmat

Version:

Validation and sanitization of input parameters

17 lines (11 loc) 287 B
REPORTER = spec test: @HAZMAT_TEST=1 ./node_modules/.bin/mocha -R $(REPORTER) test-cov: lib-cov @mkdir -p report @HAZMAT_COV=1 $(MAKE) test REPORTER=html-cov >report/coverage.html lib-cov: clean @jscoverage --no-highlight lib lib-cov clean: @rm -rf report lib-cov .PHONY: test