test-runner:Node.js的测试运行器

时间:2021-04-30 07:22:43
【文件属性】:
文件名称:test-runner:Node.js的测试运行器
文件大小:29KB
文件格式:ZIP
更新时间:2021-04-30 07:22:43
JavaScript 测试亚军 Node.js的测试运行器。 npm install @xieyuheng/test-runner 文件 示例./dev脚本 #!/usr/bin/env node const path = require ( "path" ) const changeCase = require ( "change-case" ) const { run , test , expect , snapshot } = require ( "@xieyuheng/test-runner" ) let commands = { } commands . t = ( ) => { commands . test_lib ( ) commands . test_impression ( ) commands . test_lang0 ( ) commands . test_lang1
【文件预览】:
test-runner-master
----.gitignore(71B)
----README.md(2KB)
----STYLE-GUIDE.md(82B)
----LICENSE(34KB)
----asset()
--------video()
----package.json(297B)
----TODO.md(74B)
----AUTHORS(10B)
----src()
--------info.js(307B)
--------expect.js(595B)
--------regexp-escape.js(275B)
--------run.js(313B)
--------snapshot.js(1KB)
--------files-unfold.js(469B)
--------execute.js(640B)
--------line-report.js(245B)
--------matrix-expand.js(384B)
--------index.js(274B)
--------exit-on-unhandled-rejection.js(90B)
--------subst-properties.js(490B)
--------test.js(979B)
----CODE-OF-CONDUCT.md(3KB)
----package-lock.json(7KB)

网友评论