mocha-exports-to-describe:转换mocha导出测试以使用describe语法

时间:2024-06-08 14:21:27
【文件属性】:

文件名称:mocha-exports-to-describe:转换mocha导出测试以使用describe语法

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-08 14:21:27

JavaScript

转换摩卡出口测试以描述 该项目会将使用exports语法的Mocha测试转换为使用describe语法的Mocha测试。 入门: $ npm install esprima escodegen 它一次转换一个文件: $ node index.js /absolute/path/to/test.js 也可以在整个代码库中运行,如下所示: $ cd folder/of/this/project $ find /absolute/path/to/test/folder/ -name "*.js" -exec node index.js {} \;


【文件预览】:
mocha-exports-to-describe-master
----index.js(4KB)
----README.md(461B)

网友评论