Closed Ludo05 closed 2 years ago
Hi thanks for your great library,
I am having issues running tests with jest, typescript and d3-shapes.
When running the tests I am running into this issue
my jest.config looks like transformIgnorePatterns: [ 'node_modules/d3-shape', ],
but still no success. Any help would be really appreciated.
see https://github.com/d3/d3-array/issues/255#issuecomment-1199603637
Hi thanks for your great library,
I am having issues running tests with jest, typescript and d3-shapes.
When running the tests I am running into this issue
my jest.config looks like transformIgnorePatterns: [ 'node_modules/d3-shape', ],
but still no success. Any help would be really appreciated.