UNPKG
dot-component
Version:
latest (0.1.1)
0.1.1
0.1.0
MongoDB-style "dot notation" querying for JavaScript.
dot-component
/
Makefile
11 lines
(7 loc)
•
113 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
REPORTER = dot
test:
@./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\ --bail \ test/
.PHONY
: test