#!/bin/sh
set -e
mocha --timeout 20000 --exit tests/
