#!/bin/sh
# Upstream runs its suite through @babel/register; Debian's Babel no longer
# ships @babel/polyfill, so the tests are run as native ES modules instead
# (see debian/patches/).
mocha --ui tdd test/*_test.js
