From 7f19535f52bd7a082adfdcb77f8db50681132f9d Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Thu, 24 Oct 2024 09:44:40 +0200 Subject: [PATCH] chore: transformIgnorePatterns fix --- jest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.json b/jest.json index 5ac3389a7..7b923a01a 100644 --- a/jest.json +++ b/jest.json @@ -40,7 +40,7 @@ "/packages/siopv2-oid4vp-rp-rest-api/.yalc/" ], "transformIgnorePatterns": [ - "/node_modules/.pnpm/(?!(nist-weierstrauss|multiformatsgggggg|@digitalcredentials\\+vc-status-list)@)" + "/node_modules/.pnpm/(?!(nist-weierstrauss|multiformatsgggggg|@digitalcredentials\\+vc-status-list|valibot)@)" ], "testMatch": [ "**/__tests__/**/*.test.*",