Skip to content

Commit 3a7a025

Browse files
Adithya VardhanAdithya Vardhan
Adithya Vardhan
authored and
Adithya Vardhan
committed
fix: use transformIgnorePatterns for dexie
1 parent b4ed4cc commit 3a7a025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
],
2929
"^.+\\.(t|j)sx?$": ["@swc/jest", swcConfig],
3030
},
31+
transformIgnorePatterns: ["node_modules/(?!(dexie))/"],
3132
moduleNameMapper: {
3233
// needs to align with "tsconfig.json"-paths
3334
// swc does not provide "pathsToModuleNameMapper" as ts-jest does

0 commit comments

Comments
 (0)