#!/usr/bin/env bash
set -eu
echo "running tests"
nodeunit test/unit
echo "run integration"
nodeunit test/integration/store-postgres.coffee
