UNPKG

@storybook/addon-storyshots

Version:
8 lines (7 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getRenderedTree(story) { const component = story.render(); return component.getHTML ? component.getHTML() : component; } exports.default = getRenderedTree;