From 841ff1fc20c0ede37f97cc2353c8e99bf40b7031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Scha=CC=88fer?= <101886095+PeterSchafer@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:27:06 +0200 Subject: [PATCH] test: report test suite errors via junit results --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7ca54e10e4..b7700cbe3c 100644 --- a/package.json +++ b/package.json @@ -202,5 +202,8 @@ "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" + }, + "jest-junit": { + "reportTestSuiteErrors": "true" } }