aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Donovan <[email protected]>2013-01-06 19:09:00 -0800
committerBryan Donovan <[email protected]>2013-01-06 19:09:00 -0800
commit1a635e01e7e4899b0fd8f1746259d4598103c2c3 (patch)
tree4e76756270ddb92b514e7a3dfbdef4171699e15d /Makefile
parent0bdf6cb4bcef86c8d563ec1657f59b13a3da8560 (diff)
downloadfaker-1a635e01e7e4899b0fd8f1746259d4598103c2c3.tar.xz
faker-1a635e01e7e4899b0fd8f1746259d4598103c2c3.zip
initial address.unit.js
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7f2c31a0..881e8b14 100644
--- a/Makefile
+++ b/Makefile
@@ -8,14 +8,13 @@ BUSTER = ./node_modules/.bin/buster test
main: lint test
cover:
- $(ISTANBUL) cover test/run.js
+ $(ISTANBUL) cover test/run.js --root ./lib -- -T unit,functional
check-coverage:
$(ISTANBUL) check-coverage $(COVERAGE_OPTS)
test: cover check-coverage
-
test-cov: cover check-coverage
open coverage/lcov-report/index.html