sleekbyte/tailor

View on GitHub
script/test

Summary

Maintainability
Test Coverage
#!/usr/bin/env sh
# Usage: script/test
# Runs the test suite.

set -e

# Run the unit tests
./gradlew test