#!/bin/bash
set -e # Exit with nonzero exit code if anything fails
yarn test:ci

