文件名称:riot-testing-library:简单而完整的Riot测试实用程序,鼓励良好的测试实践
文件大小:77KB
文件格式:ZIP
更新时间:2024-06-05 23:04:12
TypeScript
防暴测试库 原料药 使成为 render({container, target, ...componentOptions}) => { container, unmount, rerender } :渲染方法来安装包含自定义钩子的组件 container :组件安装到其中HTML元素。 默认值: document.body target :组件已安装HTML元素。 默认值: container.appendChild(document.createElement('div')) componentOptions :组件道具 结果 container :容器 component :创建的防暴组件 render(options) :重新渲染组件的方法 unmount() :卸载组件的方法 debug() :记录当前dom的方法 ...queries :返回绑定到目标的所有。 清理 从容
【文件预览】:
riot-testing-library-master
----.gitignore(959B)
----tsconfig.json(598B)
----README.md(3KB)
----.github()
--------workflows()
----LICENSE(1KB)
----__tests__()
--------test.tag(468B)
--------index.ts(3KB)
----package.json(1KB)
----src()
--------index.ts(2KB)
----.babelrc(57B)
----build()
--------build.js(1KB)
--------configs.js(1KB)
----dont-cleanup-after-each.js(45B)
----jest.config.js(443B)
----.npmignore(128B)
----yarn.lock(170KB)