#!/bin/bash

# bootstrap environment
source script/bootstrap

mocha "test/**/*.js" --reporter spec --exit
