#!/bin/bash
set -e

bats ${CI:+--tap} test "$@"
