From 747b8d0279be5489aaaf56f3029ab9656a1ed406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 18 Feb 2026 19:17:35 +0100 Subject: [PATCH] fix tests --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cad3361a3..193793a1a 100644 --- a/package.json +++ b/package.json @@ -61,10 +61,11 @@ "server" ], "transformIgnorePatterns": [ - "node_modules/(?!(nanoid|@exodus/bytes|parse5)/)" + "node_modules/(?!(nanoid|@exodus/bytes|parse5|@asamuzakjp|@csstools)/)" ], "transform": { - "^.+\\.js$": "babel-jest" + "^.+\\.[jt]s$": "babel-jest", + "^.+\\.mjs$": "babel-jest" }, "coveragePathIgnorePatterns": [ "build/*"