文件名称:jest-serializer-html:美化 HTML 的 Jest 快照序列化程序
文件大小:33KB
文件格式:ZIP
更新时间:2024-08-13 10:45:10
html unit-testing vuejs vue jest
美化 HTML 的 Jest 快照序列化程序。 使用此 Jest 序列化程序时,它会将任何以“<”开头的字符串转换为快照中缩进良好的 HTML。 此序列化程序基于 ,这是一种固执的 HTML 格式化程序,可在快照测试失败的情况下简化差异的可读性。 安装 添加包作为开发依赖项: # With npm npm install --save-dev jest-serializer-html # With yarn yarn add --dev jest-serializer-html 更新 package.json 以: " jest " : { " snapshotSerializers " : [ " jest-serializer-html " ] } 香草 JS 示例 test ( 'should beautify HTML' , ( ) => { expect
【文件预览】:
jest-serializer-html-master
----yarn.lock(83KB)
----.travis.yml(70B)
----__tests__()
--------__snapshots__()
--------createSerializer.js(307B)
--------index.js(3KB)
----.prettierrc(52B)
----README.md(2KB)
----createSerializer.js(452B)
----.gitignore(13B)
----index.js(92B)
----bin()
--------publish.sh(762B)
--------release-branch.sh(1KB)
----CHANGELOG.md(3KB)
----package.json(1KB)