#!/bin/sh
echo "\nUnit testing...\n"
npm run test
echo "\033[42mUnit testing successful!\033[0m\n"
