#!/usr/bin/env bash
./node_modules/mocha/bin/mocha --require blanket -R html-cov > coverage.html -t 5000
./node_modules/mocha/bin/mocha -t 5000