UNPKG
mongoose-text-search
Version:
latest (0.0.2)
0.0.2
0.0.1
MongoDB 2.4 text search support for mongoose
aheckmann/mongoose-text-search
mongoose-text-search
/
Makefile
9 lines
(5 loc)
•
148 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
test:
@./node_modules/.bin/mocha -g integration -i --reporter list
$(T)
test-all:
@./node_modules/.bin/mocha --reporter list
$(T)
.PHONY
: test