28 lines
457 B
Text
28 lines
457 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Greeter snapshot test with properties 1`] = `
|
|
<body>
|
|
<div>
|
|
<div
|
|
class="sc-bczRLJ kimCm"
|
|
>
|
|
<h3
|
|
class="sc-dkzDqf jtvEMe"
|
|
>
|
|
Monday, April 11th 2022
|
|
</h3>
|
|
<h1
|
|
class="sc-gsnTZi cdSBOi"
|
|
>
|
|
Good evening!
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
`;
|
|
|
|
exports[`Greeter snapshot test without properties 1`] = `
|
|
<body>
|
|
<div />
|
|
</body>
|
|
`;
|