waterline-postgresql
Version:
PostgreSQL Adapter for Sails and Waterline
16 lines (11 loc) • 292 B
Plain Text
MOCHA_OPTS= --check-leaks --compilers js:babel/register
REPORTER = spec
test: build test-unit test-integration
build:
gulp
test-unit:
@NODE_ENV=test ./node_modules/.bin/mocha \
--reporter $(REPORTER) \
$(MOCHA_OPTS)
test-integration:
@NODE_ENV=test node test/integration/runner.js