#!/usr/bin/env bash

set -e

if [ "$1" = "" ]; then scripts/lint; fi
node_modules/.bin/mocha "${1-test/suite}"
