从Jest 23.6.0升级到24.0.0后,我遇到了以下错误: Plugin/Preset files are not allowed to export objects, only functions.
Plugin/Preset files are not allowed to export objects, only functions.
这是由以下提交引起的: https://github.com/facebook/jest/pull/7203/files 它记录了突破性的变化。
对于我们这些使用 require 目前尚不清楚我们需要在回购协议中做出什么改变来解决这个问题。
require
这里有很多关于堆栈溢出的类似问题,但都没有让我找到解决方案。。。