amis/__tests__/renderers/__snapshots__/IFrame.test.tsx.snap

13 lines
217 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Renderer:iframe 1`] = `
<div>
<iframe
class="b-a"
frameborder="0"
src="https://www.baidu.com"
style="width: 500px; height: 500px;"
/>
</div>
`;