#!/bin/bash

# bootstrap environment
source script/bootstrap

mocha --reporter spec --exit
