#!/bin/sh
set -e

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