Skip to content

Commit 8f159ce

Browse files
committed
chore(tests): Update test running script with latest info
Use npx instead of calling binaries in node_modules, and link to relevant issue. Connects pelias/pelias#744
1 parent 1f56ba1 commit 8f159ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/units

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# run tests with pipefail to avoid false passes
4+
# see https://github.com/pelias/pelias/issues/744
35
set -euo pipefail
46

5-
node test/unit/run.js | ./node_modules/.bin/tap-dot
7+
node test/unit/run.js | npx tap-dot

0 commit comments

Comments
 (0)