This commit is contained in:
Nathan Bierema 2023-01-02 19:45:04 -05:00
parent cb55510f83
commit c32c8c1181
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ module.exports = {
'\\.css$': '<rootDir>/test/__mocks__/styleMock.ts',
},
transformIgnorePatterns: [
'node_modules/(?!.pnpm|d3(w|d)*|dateformat|delaunator|nanoid|robust-predicates|uuid)',
'node_modules/(?!.pnpm|d3|dateformat|delaunator|nanoid|robust-predicates|uuid)',
],
};

View File

@ -10,6 +10,6 @@ module.exports = {
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
},
transformIgnorePatterns: [
'node_modules/(?!.pnpm|d3(w|d)*|dateformat|delaunator|nanoid|robust-predicates|uuid)',
'node_modules/(?!.pnpm|d3|dateformat|delaunator|nanoid|robust-predicates|uuid)',
],
};