#!/bin/bash # Runs the mocha tests mocha --reporter spec --compilers js:babel-register $(find src -name "*.test.js") --require babel-polyfill