UNPKG

mongoose-utilities

Version:
13 lines (10 loc) 228 B
test: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter spec \ --ignore-leaks \ ./test/*.test.js clean: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter spec \ ./test/support/cleanup.js .PHONY: test clean