【发布时间】:2019-12-13 07:58:03
【问题描述】:
在我运行 npm audit fix 之前,我的 react 应用运行良好。我现在收到一个错误:
Test suite failed to run
Cannot find module 'date-fns/addDays' from 'date-fns-utils.js'
However, Jest was able to find:
'./index.css'
'./index.js'
'./index.test.js'
You might want to include a file extension in your import, or update your 'moduleFileExtensions', which is currently
['web.js', 'js', 'web.ts', 'ts', 'web.tsx', 'tsx', 'json', 'web.jsx', 'jsx', 'node'].
npm test 期间的一项测试
这可能是什么?让我知道我需要添加哪些细节。谢谢!
【问题讨论】: