文件名称:qunit-helpful:QUnit插件自动显示失败断言的有用信息
文件大小:305KB
文件格式:ZIP
更新时间:2024-07-23 21:10:53
JavaScript
qunit-有帮助的 QUnit插件自动显示失败断言的有用信息 , 例子: // QUnit test with failing assertion QUnit . test ( 'simple test' , function ( ) { ok ( 2 + 2 === 5 ) ; } ) ; // output Errors: Module: global Test : simple test // load qunit-helpful.js before tests, same test // output Errors: ok [ 2 + 2 === 5 ] Module: global Test : simple test 与源的失败断言的比较屏幕截图 QUnit . test ( 'ok expression' , function ( ) {
【文件预览】:
qunit-helpful-master
----.travis.yml(112B)
----images()
--------qunit-helpful-on.png(132KB)
--------qunit-helpful-off.png(124KB)
----package.json(2KB)
----node_modules()
--------qunit-inject()
----test()
--------tests-assert-ok.js(284B)
--------tests-with-inject.js(463B)
--------tests-qunit-ok.js(430B)
--------tests.js(898B)
--------tests-equal.js(297B)
--------tests-closures.js(605B)
--------tests-qunit-equal.js(210B)
--------tests-ok.js(602B)
----index.html(1KB)
----LICENSE(1KB)
----Gruntfile.js(2KB)
----configs()
--------complexity.json(218B)
----index-with-inject.html(1KB)
----.gitignore(27B)
----qunit-helpful-browser.js(145KB)
----README.md(5KB)
----.jshintrc(2KB)
----bower.json(600B)
----qunit-helpful.js(4KB)