【发布时间】:2020-05-08 15:29:50
【问题描述】:
我目前正在尝试更新到 Styled Components 5.0.0,但我遇到了一些问题,我的 JEST 测试停止工作。我已经降级到 4.2.1,但仍然更新了 babel@preset-react、preset-env、core 和其他一些包。当我尝试运行 npm test 时出现此错误:
“Could both find styled-components secret internals”指向import 'jest-styled-components';Jest-styled-components 也更新到7.0.0
【问题讨论】:
-
众所周知,github 上有一个未解决的问题正在谈论它here。
标签: reactjs testing jestjs styled-components