preact-jsx-chai:向Chai添加JSX断言,并支持Preact组件

时间:2024-02-27 05:34:55
【文件属性】:

文件名称:preact-jsx-chai:向Chai添加JSX断言,并支持Preact组件

文件大小:9KB

文件格式:ZIP

更新时间:2024-02-27 05:34:55

testing preact test chai jsx-chai

preact-jsx-chai 通过对 Components的支持来扩展Chai对断言JSX相等性和内容的支持。 (重)受启发。 用法 import { h } from 'preact' ; /** @jsx h */ import chai , { expect } from 'chai' ; import assertJsx from 'preact-jsx-chai' ; chai . use ( assertJsx ) ; // check if two JSX DOMs are deeply equal: expect ( < div xss=removed> a < / div


【文件预览】:
preact-jsx-chai-master
----.eslintrc(1KB)
----src()
--------index.d.ts(512B)
--------index.js(5KB)
----.npmignore(10B)
----.travis.yml(33B)
----LICENSE(1KB)
----test()
--------index.js(6KB)
----README.md(4KB)
----.editorconfig(236B)
----.gitignore(64B)
----package.json(1KB)

网友评论