#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

git diff HEAD --quiet && yarn test:coverage
