#!/bin/bash

mocha \
  --async-only \
  --reporter progress \
  --timeout 10000 \
  "$@"
