#!/bin/bash

echo "Preparing tests..."
./tasks/dist.sh
babel tests/**/*.js --out-file __tests.js
./node_modules/mocha/bin/mocha __tests.js
rm __tests.js