From f36fad70bef9ea5f684b3a73c4ba53e84b66c790 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 22 Jan 2020 15:43:56 +0100 Subject: [PATCH] try to log heap usage --- jest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest b/jest index 46e2bc65dbb8..d0800e81502e 100755 --- a/jest +++ b/jest @@ -9,4 +9,4 @@ LICENSE file in the root directory of this source tree. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -node "$DIR"/packages/jest-cli/bin/jest "$@" +node "$DIR"/packages/jest-cli/bin/jest "$@" --log-heap-usage