#!/usr/bin/env bash

# [start-readme]
#
# Runs tests. Equivalent of `npm test`.
#
# [end-readme]

source script/check-for-node

npm test
