UNPKG

sails-postgresql

Version:

a PostgreSQL adapter for Waterline and Sails.js

15 lines (10 loc) 275 B
MOCHA_OPTS= --check-leaks REPORTER = dot test: test-unit test-integration test-unit: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ $(MOCHA_OPTS) \ test/adapter/unit/** test-integration: @NODE_ENV=test node test/adapter/integration/runner.js