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.