d3/d3-shape

running tests with d3-shape

Ludo05 opened this issue · 1 comments

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

Screenshot 2022-09-30 at 20 01 36

my jest.config looks like
transformIgnorePatterns: [
'node_modules/d3-shape',
],

but still no success.
Any help would be really appreciated.