mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`InfoBox renders correctly 1`] = `
|
|
<div
|
|
className="talk-plugin-infobox-info "
|
|
>
|
|
<div
|
|
dangerouslySetInnerHTML={
|
|
Object {
|
|
"__html": "<p>test</p>
|
|
",
|
|
}
|
|
}
|
|
/>
|
|
</div>
|
|
`;
|