UNPKG

jest-puppe-shots

Version:

A Jest plugin for creating screenshots of React components with a help of Puppeteer

6 lines (4 loc) 123 B
const wrapReactHtmlOutput = html => `document.body.innerHTML = \`${html}\``; module.exports = { wrapReactHtmlOutput, };