#!/bin/sh
set -e

mocha --exit --require test/support/env --reporter spec --bail --check-leaks test/
