#!/bin/sh
set -e
mocha --reporter spec --bail --check-leaks test/

