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

echo "==> ✅ Testing"
set -o pipefail && swift test 2>&1 | xcpretty
