文件名称:jest-serializer-react-helmet-async:序列化程序以在Jest快照中显示react-helmet-async数据
文件大小:136KB
文件格式:ZIP
更新时间:2024-03-05 00:43:23
react unit-testing jest seo react-helmet
开玩笑的序列化器React头盔异步 Jest Snapshot序列化程序可在组件快照旁边可视化React头盔异步数据。 安装 使用npm安装预设: npm install --save-dev jest-serializer-react-helmet-async 或纱线: yarn add --dev jest-serializer-react-helmet-async 用法 配置Jest以使用jest.config.js的序列化jest.config.js : module . exports = { snapshotSerializers : [ "jest-serializer-react-helmet-async" ] , } ; 或package.json : { " jest " : { " snapshotSerializers " : [ " j