【发布时间】:2020-06-20 01:12:49
【问题描述】:
https://codesandbox.io/s/jovial-cohen-hgb98
当我在本地运行相同的设置时,我在 @testing-library/react 导入时收到一条 TS 错误消息:
TypeError: Cannot read property 'default' of undefined
我认为这可能与 esModuleInterop 标志有关,但如您所见,我已启用该标志。我难住了。任何帮助将不胜感激。
我会继续摆弄沙盒,直到我可以同时回购它????
【问题讨论】:
标签: typescript jestjs react-testing-library parceljs