#!/bin/bash -e
#
# script/test
# mas
#
# Runs mas tests.
#

echo "==> ✅ Testing"
swift test 2>&1 | xcpretty
