How to use jest with webpack?

前端 未结 12 2562
抹茶落季
抹茶落季 2020-12-08 06:00

I use webpack to develop a React component. Here is a simple version of it:

\'use strict\';

require(\'./MyComponent.less\');

var React = require(\'react\')         


        
12条回答
  •  时光取名叫无心
    2020-12-08 07:04

    Taking inspiration from Misha's response, I created an NPM package that solves this problem while also handling a few more scenarios I came across:

    webpack-babel-jest

    Hopefully this can save the next person a few hours.

提交回复
热议问题