UNPKG
mongify
Version:
latest (0.0.2)
0.0.2
0.0.1
mongify your objects.
iamdoron/mongify
mongify
/
Makefile
8 lines
(7 loc)
•
223 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
test: @node node_modules/.bin/lab test.js test-cov: @node node_modules/.bin/lab test.js -
r threshold -t 100 test-cov-html
:
@node
node_modules/.bin/lab test.js -r html -o coverage.html .
PHONY
: test test-cov test-cov-html