12 lines
167 B
Plaintext
12 lines
167 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Message rendering 1`] = `
|
|
<Message
|
|
heading="React App"
|
|
>
|
|
<p>
|
|
Placeholder app content
|
|
</p>
|
|
</Message>
|
|
`;
|