expect-to-be-a-promise:一个断言匹配器来断言一个函数的返回值是一个nableable

时间:2024-06-11 12:46:28
【文件属性】:

文件名称:expect-to-be-a-promise:一个断言匹配器来断言一个函数的返回值是一个nableable

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-11 12:46:28

JavaScript

期望成为一个承诺 一个断言匹配器可以断言一个函数的返回值。 用法 var chai = require ( 'chai' ) ; var expectToBeAPromise = require ( 'expect-to-be-a-promise' ) ; chai . use ( expectToBeAPromise ) ; function doThing ( ) { return new Promise ( function ( resolve , reject ) { resolve ( 'some value' ) ; } ) ; } it ( 'is a promise' , function ( ) { expect ( doThing ( ) ) . to . be . a . promise ; } ) ;


【文件预览】:
expect-to-be-a-promise-master
----package.json(649B)
----LICENSE(1KB)
----index.js(435B)
----README.md(424B)

网友评论