mongoose-moment
Version:
Adds Moment storage support to Mongoose
11 lines (8 loc) • 382 B
Plain Text
MOCHA := node_modules/.bin/mocha
test:
@$(MOCHA) --reporter spec --bail test
test-debug:
# you can debug tests with Blink Developer Tools using https://github.com/node-inspector/node-inspector and `make test-debug`
@node-debug --web-port 8096 --cli --web-host 0.0.0.0 node_modules/.bin/_mocha --no-timeouts --reporter spec --bail test