JavaScript的测试框架Doctest.js.zip

时间:2022-08-07 06:24:14
【文件属性】:

文件名称:JavaScript的测试框架Doctest.js.zip

文件大小:171KB

文件格式:JS

更新时间:2022-08-07 06:24:14

开源项目

Doctest.js 是 JavaScript 的测试框架。 示例测试代码: function capitalize(words) { return words.replace(/\b[a-z]/g, function (m) { return m[0].toUpperCase(); }); } print(capitalize('some words')); // => Some Words print(capitalize('some 4ward words')); // => Some 4ward Words 标签:Doctest


【文件预览】:
doctestjs-master
----.gitmodules(104B)
----reference.html(24KB)
----bin()
--------doctest(1KB)
----package.json(444B)
----index.html(8KB)
----tutorial.html(22KB)
----.resources()
--------example.xml(838B)
--------doc.css(1KB)
--------esprima()
--------template.html(2KB)
--------retemplate.py(3KB)
--------toc.js(2KB)
--------footer.html(913B)
--------CNAME(14B)
--------boilerplate()
--------try.js(800B)
--------header.html(3KB)
--------include-scripts.sh(2KB)
--------build(294B)
----doctest.js(340KB)
----try.html(3KB)
----examples()
--------examples-2.js(158B)
--------long-running-tests.html(735B)
--------long-running-tests.js(634B)
--------examples.html(5KB)
--------examples-2.html(1KB)
----.gitignore(18B)
----README.md(2KB)
----LICENSE.txt(1KB)
----doctest.css(2KB)
----.hgignore(24B)
----.syncignore(1B)

网友评论