#!/usr/bin/env bash

set -e

bin/compile

# It's important that the glob be quoted so that the Node engine
# can evaluate it rather than it being done by the shell.
NODE_ENV=test node --test "dist/test/**/*.js"
