Jest CSS Modules:一个防止CSS模块解析错误的Jest脚本处理器 源码
注意:从v2.0.0开始,该库仅实现了 。 提供了有关使用identity-obj-proxy直接解决此问题的更多详细信息,我建议您使用该库而不是该库。 Jest CSS模块 ,可防止解析错误。 安装 npm install -D jest-css-modules 更新package.json文件的jest配置: { " jest " : { " moduleNameMapper " : { " \\ .(css|less|scss|sss|styl)$ " : " /node_modules/jest-css-modules " }
文件列表
Jest-CSS-Modules-master.zip
(预估有个14文件)
Jest-CSS-Modules-master
.gitignore
128B
package.json
757B
package-lock.json
208KB
index.js
48B
.github
main.workflow
224B
README.md
1KB
tests
test.js
380B
暂无评论