文件名称:js-testing-fundamentals:TestingJavaScript.com上JavaScript测试基础
文件大小:53KB
文件格式:ZIP
更新时间:2024-02-26 21:21:09
javascript testing fundamentals kcd-edu testingjavascript
JavaScript测试基础
通过构建自己的框架来了解自动JavaScript测试的工作原理!
材料顺序:
simple.js
assertion-library.js
testing-framework.js
async-await.js
globals.js
jest.test.js
这些文件旨在测试math模块。
要运行文件,请运行node lessons/
【文件预览】:
js-testing-fundamentals-main
----.gitignore(26B)
----.all-contributorsrc(773B)
----lessons()
--------jest.test.js(377B)
--------async-await.js(740B)
--------globals.js(377B)
--------testing-framework.js(644B)
--------simple.js(313B)
--------assertion-library.js(374B)
----math.js(398B)
----package.json(337B)
----package-lock.json(176KB)
----LICENSE.md(247B)
----CONTRIBUTING.md(1KB)
----CODE_OF_CONDUCT.md(75B)
----README.md(2KB)
----setup-globals.js(405B)