#!/usr/bin/env bash

# shellcheck disable=1091
source scripts/check-npm

yarn test || exit 1
