react-component-tape-util:在没有所有样板的情况下测试React组件

时间:2024-05-23 00:40:56
【文件属性】:

文件名称:react-component-tape-util:在没有所有样板的情况下测试React组件

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-23 00:40:56

JavaScript

react-component-tape-util 用于测试React组件的胶带包装器。 这个包将React react-addons-test-utils和tape-jsx-equals用于您的React测试。 默认导出是将jsxEquals()添加到测试对象的Tape。 renderJsx导出是一个将呈现JSX组件的函数,然后可以使用jsxEquals测试进行检查。 npm install react-component-tape-util 用法 import React from 'react' import test , { renderJsx } from 'react-component-tape-util' const HelloWorld = ( ) => < h1> Hello, world! < / h1 > test ( 'component.HelloWo


【文件预览】:
react-component-tape-util-master
----main.js(356B)
----.babelrc(38B)
----test.js(426B)
----.travis.yml(119B)
----LICENSE(731B)
----README.md(974B)
----.gitignore(578B)
----index.js(851B)
----package.json(955B)

网友评论