#!/usr/bin/env bash
for i in tests/*.ts; do
  /usr/bin/env ts-node "$i";
done
