JSdom 导致错误: Uncaught [TypeError: this.path.getTotalLength 不是函数]
作者: cybersmithio创建于 2022年12月2日更新于 2022年12月2日
In a React project that uses Jest and Testing Library, after adding some ProgressBar circles, the tests started to fail. I believe it is due to JSDom not supporting SVG. The error I'm receiving is:
内容来源: kimmobrunfeldt/progressbar.js