mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 13:38:51 +00:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Message Should render correctly 1`] = `
|
|
<p
|
|
className="sc-bdnyFh fIKUZt"
|
|
>
|
|
This is a message!
|
|
</p>
|
|
`;
|