#!/bin/sh

set -e
mocha --exit --reporter spec --bail --check-leaks test/
