我的开玩笑测试可以很好地处理组件。但是,在导入操作时,如果错误指向react-dom mount 方法,则会引发以下错误。
Invariant Violation: _registerComponent(...): Target container is not a DOM element.
在其他一些测试中调用了ReactDom,但即使在删除它之后,错误仍然存在。
导入 reducer 后面抛出
Expected the reducer to be a function.
同时,重新创建此代码的最小代码类似于
import { someAction } from './actions';
答案 0 :(得分:0)