#!/bin/sh
echo "Running tests before push..."
yarn reset
yarn test
