Browse Source

Merge pull request #1196 from pelias/test-running-script

chore(tests): Update test running script with latest info
pull/1197/head
Julian Simioni 6 years ago committed by GitHub
parent
commit
bee6fb7f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      bin/units

4
bin/units

@ -1,5 +1,7 @@
#!/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 | ./node_modules/.bin/tap-dot
node test/unit/run.js | npx tap-dot

Loading…
Cancel
Save