#!/usr/bin/env bash
set -euo pipefail

export NO_COLOR=1
export TERM=dumb

yarn
yarn test:unit
