#!/bin/bash -e

mocha --watch --compilers js:babel/register lib/**/__tests__/*.js
