Skip to content

Commit

Permalink
chore: transformIgnorePatterns fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Oct 24, 2024
1 parent bcb874c commit 7f19535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"<rootDir>/packages/siopv2-oid4vp-rp-rest-api/.yalc/"
],
"transformIgnorePatterns": [
"<rootDir>/node_modules/.pnpm/(?!(nist-weierstrauss|multiformatsgggggg|@digitalcredentials\\+vc-status-list)@)"
"<rootDir>/node_modules/.pnpm/(?!(nist-weierstrauss|multiformatsgggggg|@digitalcredentials\\+vc-status-list|valibot)@)"
],
"testMatch": [
"**/__tests__/**/*.test.*",
Expand Down

0 comments on commit 7f19535

Please sign in to comment.