#!/bin/bash

rm -rf ./node_modules ./package-lock.json
yarn
yarn test