我正在使用带有modulePaths
选项的绝对导入的Jest。工作正常,但Flow不喜欢它,并给出了InferError
关于无法重新安装模块的信息。
我找到了这个issue,但没有帮助。
这是我的.flowconfig
:
[ignore]
[include]
[libs]
./flow-defs/
[lints]
[options]
module.system=haste
[strict]
我开玩笑地打了流,但我认为这并不是要解决这个问题。
如何使Jest和Flow与绝对导入配合使用?