文件名称:typescript-expect-plugin:la懒惰,在注释中编写简单的测试
文件大小:24KB
文件格式:ZIP
更新时间:2024-04-07 18:27:18
TypeScript
Typescript Expect插件 懒惰,在注释中编写简单的测试。 编辑器支持 :check_mark_button: VS Code-在“ Problems面板中可以正常使用。 :stop_button: Sublime Text-无法使它正常工作,但有可能。 :white_question_mark:原子-未测试。 :no_entry: tsc插件在构建过程中被禁用。它应该与webpack ts loader一起使用。 快速开始 npm install typescript-expect-plugin 将插件添加到tsconfig.json : { "compilerOptions" : { "plugins" : [ { "name" : "typescript-expect-plugin" } ] } , } 将VS Code打字稿更改为工作区版本: 用法 警告 :warning:每次更改文件后都会执行测试-不保存。如果要测试在本地系统中删除或更改文件的功能,请小心 该插件增
【文件预览】:
typescript-expect-plugin-master
----.github()
--------workflows()
----yarn.lock(28KB)
----src()
--------language-service-proxy-builder.ts(942B)
--------message-bag.ts(254B)
--------get-expect-tag.ts(284B)
--------visit.ts(3KB)
--------plugin-module-factory.ts(2KB)
--------adapter.ts(6KB)
--------index.ts(94B)
--------parse-comment.ts(577B)
--------get-temporary-file.ts(494B)
--------consts.ts(452B)
----.vscode()
--------settings.json(88B)
----tsconfig.json(162B)
----LICENSE(1KB)
----README.md(3KB)
----.gitignore(23B)
----package.json(1KB)