找不到模块“@testing-library/react”
Cannot find module '@testing-library/react'
My Test File
package.json file
尽管我已经安装了所有必要的依赖项,但当我 运行 npm test
时仍然出现错误
Cannot find module '@testing-library/react'
在 tsconfig.json 文件中添加 "moduleResolution": "node"
。
My Test File
package.json file
尽管我已经安装了所有必要的依赖项,但当我 运行 npm test
Cannot find module '@testing-library/react'
在 tsconfig.json 文件中添加 "moduleResolution": "node"
。