Skip to content

Commit

Permalink
test(trace-uncaught): trace uncaught exceptions in tests (pelias#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink authored Aug 17, 2021
1 parent b6ed89d commit ef59ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/units
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# see https://github.com/pelias/pelias/issues/744
set -euo pipefail

PELIAS_CONFIG=./test/test-pelias-config.json node test/unit/run.js | npx tap-dot
PELIAS_CONFIG=./test/test-pelias-config.json node --trace-uncaught test/unit/run.js | npx tap-dot

0 comments on commit ef59ef4

Please sign in to comment.