UNPKG

327 BPlain TextView Raw
1test:
2 @node node_modules/lab/bin/lab -t 100 -m 20000
3test-no-cov:
4 @node node_modules/lab/bin/lab
5test-cov-html:
6 @node node_modules/lab/bin/lab -r html -o coverage.html
7complexity:
8 @node node_modules/complexity-report/src/index.js -o complexity.md -f markdown index.js
9
10.PHONY: test test-no-cov test-cov-html complexity