#!/bin/bash
# run tests with pipefail to avoid false passes
# see https://github.com/pelias/pelias/issues/744
set -euo pipefail
node test/unit/run.js | npx tap-dot