From a53e30e380d96f3f875dd497a03359a463273045 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sun, 8 Sep 2024 13:05:35 +0000 Subject: [PATCH] Fix unit test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9edc290..a74e2cf 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "outputName": "junit.xml", "reportTestSuiteErrors": "true", "includeConsoleOutput": "true", - "ancestorSeparator": " -> " + "ancestorSeparator": " | " } }