Importing images breaks jest test

前端 未结 4 829
花落未央
花落未央 2020-12-25 10:59

In React components importing assets (ex, import logo from \"../../../assets/img/logo.png) gives such error

({\"Object.\":function(module,exports

4条回答
  •  旧时难觅i
    2020-12-25 11:32

    If you want to use jest with webpack, you need to explicitly configure it as so. Take a look at this guide here: http://facebook.github.io/jest/docs/en/webpack.html

提交回复
热议问题