We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f56ba1 commit 8f159ceCopy full SHA for 8f159ce
bin/units
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+# run tests with pipefail to avoid false passes
4
+# see https://github.com/pelias/pelias/issues/744
5
set -euo pipefail
6
-node test/unit/run.js | ./node_modules/.bin/tap-dot
7
+node test/unit/run.js | npx tap-dot
0 commit comments