UNPKG

160 BPlain TextView Raw
1#!/bin/bash
2
3# run tests with pipefail to avoid false passes
4# see https://github.com/pelias/pelias/issues/744
5set -o pipefail
6
7node test/run.js | npx tap-spec