UNPKG
googlemaps-utils
Version:
latest (0.0.1)
0.0.1
A collection of utility functions for Google Maps.
zacbarton/node-googlemaps-utils
googlemaps-utils
/
Makefile
6 lines
(4 loc)
•
124 B
Plain Text
View Raw
1
2
3
4
5
6
REPORTER = dot
test:
@NODE_ENV=test ./node_modules/.bin/mocha --reporter
$(REPORTER)
-u tdd --require should
.PHONY
: test