文件名称:typed-test:适合您的测试
文件大小:12.86MB
文件格式:ZIP
更新时间:2024-06-03 11:12:41
TypeScript
@ typed /测试 测试适合您。 Typed Test是一个测试运行程序,它利用TypeScript的代码知识为最常见的情况提供零配置-从Node.js环境中运行测试。 需要更多? 继续阅读,我们已为您覆盖! 得到它 # # typescript ^3.1.3 is a peerDependency npm install --save-dev @typed/test typescript # or yarn add --dev @typed/test typescript 一个简单的例子 // The entire testing API import { describe , given , it , Test } from '@typed/test' // 'describe', 'given', and 'it' all return the interface 'Tes
【文件预览】:
typed-test-master
----.typed-test.ts(223B)
----docs()
--------typed-test-vscode.gif(21.32MB)
----package.json(2KB)
----tslint.json(403B)
----.prettierrc(210B)
----package-lock.json(224KB)
----.npmignore(0B)
----tsconfig.json(553B)
----.gitignore(696B)
----README.md(6KB)
----.editorconfig(239B)
----source()
--------node()
--------typescript()
--------tests()
--------browser()
--------results()
--------common()
--------types.ts(2KB)
--------api.ts(324B)
--------index.ts(121B)
--------cli()