UNPKG
mongo-oplog-cursor
Version:
latest (1.0.0)
1.0.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Create Mongo oplog cursors
github.com/cayasso/mongo-oplog-cursor
cayasso/mongo-oplog-cursor
mongo-oplog-cursor
/
Makefile
11 lines
(8 loc)
•
138 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
REPORTER = spec
test:
@./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\ --require should \ --recursive \ test
.PHONY
: test