UNPKG

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