From 3011ba9a0a57417b71a6377f02fec2f42ffcc977 Mon Sep 17 00:00:00 2001 From: Goswin Rothenthal Date: Thu, 7 Mar 2024 09:27:30 +0100 Subject: [PATCH] remove '<' and '>' from file path --- packages/replicad/__tests__/toMatchSVGSnapshot.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/replicad/__tests__/toMatchSVGSnapshot.ts b/packages/replicad/__tests__/toMatchSVGSnapshot.ts index a261f49..f858ad5 100644 --- a/packages/replicad/__tests__/toMatchSVGSnapshot.ts +++ b/packages/replicad/__tests__/toMatchSVGSnapshot.ts @@ -32,6 +32,8 @@ function createSnapshotIdentifier({ )}-${currentTestName}-${counter}` .replace(/\s+/g, "-") .replace(/\//g, "-") + .replace(/>/g, "") + .replace(/