jest-babel:用于Jest的简单Babel预处理程序

时间:2024-05-22 15:51:04
【文件属性】:

文件名称:jest-babel:用于Jest的简单Babel预处理程序

文件大小:2KB

文件格式:ZIP

更新时间:2024-05-22 15:51:04

JavaScript

用于Jest的简单Babel预处理程序 用法 安装软件包: $ npm install jest-babel --save-dev 将预处理器添加到您的package.json : { " scripts " : { " test " : " jest " }, " jest " : { " scriptPreprocessor " : " /node_modules/jest-babel " , " preprocessorIgnorePatterns " : [ " /node_modules/ " ], " testFileExtensions " : [ " es6 " , " js " ], " moduleFileExtensions " : [ " js " , " json " , " es6 " ]


【文件预览】:
jest-babel-master
----.gitignore(14B)
----README.md(898B)
----package.json(540B)
----index.js(658B)
----.npmignore(18B)
----.editorconfig(264B)

网友评论