diff options
| author | Bryan Donovan <[email protected]> | 2013-01-06 19:09:00 -0800 |
|---|---|---|
| committer | Bryan Donovan <[email protected]> | 2013-01-06 19:09:00 -0800 |
| commit | 1a635e01e7e4899b0fd8f1746259d4598103c2c3 (patch) | |
| tree | 4e76756270ddb92b514e7a3dfbdef4171699e15d /Makefile | |
| parent | 0bdf6cb4bcef86c8d563ec1657f59b13a3da8560 (diff) | |
| download | faker-1a635e01e7e4899b0fd8f1746259d4598103c2c3.tar.xz faker-1a635e01e7e4899b0fd8f1746259d4598103c2c3.zip | |
initial address.unit.js
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
