当我在我的项目中开始测试时,会发生以下错误:
FAIL src/ tests /App.js ● 渲染不崩溃
TypeError: Cannot read property 'imageSmoothingEnabled' of null
at klass._setImageSmoothing (node_modules/fabric/dist/fabric.js:6567:38)
at klass._initStatic (node_modules/fabric/dist/fabric.js:6348:12)
at klass.initialize (node_modules/fabric/dist/fabric.js:8611:12)
at new klass (node_modules/fabric/dist/fabric.js:1961:23)
实际上它发生在我创建一个 fabricjs 画布时。难道是jsdom和fabricjs冲突???