mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Have better stack traces for node tests.
(imported from commit 7053852dcd1b8479f1dbcb8cf7e46f008afe8a5a)
This commit is contained in:
@@ -12,5 +12,5 @@ if [ f$1 = fcover ]; then
|
||||
else
|
||||
# Normal testing, no coverage analysis.
|
||||
# Run the index.js test runner, which runs all the other tests.
|
||||
$NODEJS $INDEX_JS
|
||||
$NODEJS --stack-trace-limit=100 $INDEX_JS
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user