fix(config): correct transformIgnorePatterns regex in Jest config

This commit is contained in:
Mathis HERRIOT
2026-01-21 11:06:46 +01:00
parent a721b4041c
commit aff8acebf8

View File

@@ -107,7 +107,7 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node",
"transformIgnorePatterns": [
"node_modules/(?!(.pnpm/)?(jose|@noble|uuid)/)"
"node_modules/(?!(.pnpm/)?(jose|@noble|uuid))"
],
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"