nested-describe:使用 mocha 创建结构化测试层次结构的助手

时间:2024-08-10 11:53:25
【文件属性】:

文件名称:nested-describe:使用 mocha 创建结构化测试层次结构的助手

文件大小:3KB

文件格式:ZIP

更新时间:2024-08-10 11:53:25

JavaScript

#嵌套描述 为测试套件创建嵌套描述语句的助手 安装 npm install nested-describe --save-dev 用法 testfile.js var nestedDescribe = require ( 'nested-describe' ) ; nestedDescribe ( 'api.routes.helpers' , function ( ) { it ( 'should carry out a helper function' , function ( ) { } ) ; } ) ; nestedDescribe ( [ 'api' , 'routes' , 'helpers' ] , function ( ) { it ( 'should carry out a helper function' , function ( ) { } ) ;


【文件预览】:
nested-describe-master
----.gitignore(526B)
----README.md(609B)
----LICENSE(1KB)
----package.json(791B)
----src()
--------index.js(816B)

网友评论