#!/bin/bash

set -e

node --version
yarn --version

yarn test 
