d3 / d3-shape

Graphical primitives for visualization, such as lines and areas.
https://d3js.org/d3-shape
ISC License
2.47k stars 304 forks source link

running tests with d3-shape #203

Closed Ludo05 closed 1 year ago

Ludo05 commented 1 year 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

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.

Fil commented 1 year ago

see https://github.com/d3/d3-array/issues/255#issuecomment-1199603637