文件名称:turris-test-helpers:Turris.js测试环境助手
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-06 21:46:43
JavaScript
警告! 从turris-generator v0.8.0开始,不推荐使用此软件包,而希望使用普通依赖关系。 该软件包将不再维护。 测试环境助手 提供一种简单的方法来创建环境,以在没有浏览器的情况下使用ES6测试React.js组件编写器。 包括东西 与 一起满足您所有的DOM需求 和TestUtils(通过mocha上下文公开) 用于渲染在每次测试之前创建并在之后进行处理的组件的容器(通过mocha上下文公开) 您的断言的 (公开为默认模块导出) 安装 可以使用NPM npm install turris-test-helpers : npm install turris-test-helpers 用法 建议在测试开始时导入此文件,例如: import should from 'turris-test-helpers' 推荐使用的库 如果您需要http请求模拟 如果您需要依赖项存根
【文件预览】:
turris-test-helpers-master
----.eslintrc(3KB)
----.npmignore(14B)
----README.md(1KB)
----.editorconfig(451B)
----.gitignore(27B)
----index.js(1KB)
----package.json(579B)