File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,8 @@ const config: Config = {
13
13
'^.+\\.svg\\?react$' : 'jest-svg-transformer' ,
14
14
'^.+\\.(css|less|scss)$' : 'identity-obj-proxy' ,
15
15
} ,
16
- // transform from ESM
17
- transformIgnorePatterns : [
18
- // if need to test with AG Grid, see https://www.ag-grid.com/react-data-grid/testing/
19
- '/node_modules/(?!@gridsuite/commons-ui)' ,
20
- // also a problem with rect-dnd: https://github.com/react-dnd/react-dnd/issues/3443
21
- '/node_modules/(?!react-dnd|@react-dnd|dnd-core|core-dnd|react-dnd-html5-backend)' ,
22
- ] ,
23
- moduleDirectories : [ 'node_modules' , 'src' ] , // to allow absolute path from ./src
16
+ // see https://github.com/react-dnd/react-dnd/issues/3443
17
+ transformIgnorePatterns : [ 'node_modules/(?!react-dnd)/' ] ,
24
18
setupFiles : [ '<rootDir>/jest.setup.ts' ] ,
25
19
} ;
26
20
You can’t perform that action at this time.
0 commit comments