文件名称:chai-also:使用属性后访问原始的Chai主题
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-20 00:33:11
JavaScript
柴也 插件also添加了在使用时访问原始对象的 。 chai . use ( require ( 'chai-also' ) ) ; var blog = { title : 'JavaScript Ramblings' } ; var article = { title : 'First Post' , blog : blog } ; blog . articles = [ article ] ; article . should . have . property ( 'blog' ) . that . has . property ( 'title' ) . that . is . a ( 'string' ) . and . also . have . property ( 'articles' ) . that . is . an ( 'array' ) .
【文件预览】:
chai-also-master
----.travis.yml(170B)
----.jshintignore(10B)
----index.js(617B)
----.jscsrc(1KB)
----package.json(1KB)
----test()
--------assertion_tests.js(713B)
--------_helpers.js(389B)
--------mocha.opts(12B)
--------.jshintrc(250B)
----LICENSE(1KB)
----.gitignore(24B)
----.jscsfilter(260B)
----README.md(2KB)
----.jshintrc(336B)