UNPKG
mongodb-expressions
Version:
latest (0.1.0)
0.1.0
MongoDB expressions for fire.js
firebaseco/mongodb-expressions
mongodb-expressions
/
Makefile
9 lines
(6 loc)
•
182 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
all: run-tests run-tests:
test
/test.*.js node_modules/.bin/vows
test
/test.*.js run-tests-spec:
test
/test.*.js node_modules/.bin/vows
test
/test.*.js --spec travis: run-tests-spec