文件名称:chai-jsend:用于断言 JSend 响应的 Chai 插件
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-21 15:20:29
JavaScript
柴杰森 用于断言 JSend 响应的 Chai 插件。 安装 npm install --save-dev chai-jsend 断言 成功 success successWith 用法: describe ( 'success' , function ( ) { it ( 'should succeed' , function ( done ) { req . get ( '/users/1' ) . end ( function ( err , res ) { if ( err ) { return done ( err ) ; } res . should . be . success ; res . should . be . successWith ( { name : 'Random' } ) ; } ) ;
【文件预览】:
chai-jsend-master
----.travis.yml(59B)
----LICENSE(1KB)
----test()
--------jsend_test.js(2KB)
----README.md(2KB)
----.gitignore(535B)
----index.js(2KB)
----package.json(663B)