react-code-dataset
/
wp-calypso
/client
/jetpack-connect
/test
/__snapshots__
/auth-form-header.js.snap
| // Jest Snapshot v1, https://goo.gl/fbAQLP | |
| exports[`AuthFormHeader renders as expected 1`] = ` | |
| <div> | |
| <div> | |
| <header | |
| class="formatted-header" | |
| id="" | |
| > | |
| <div> | |
| <h1 | |
| class="formatted-header__title" | |
| > | |
| Create an account to set up Jetpack | |
| </h1> | |
| <p | |
| class="formatted-header__subtitle" | |
| > | |
| You are moments away from a better WordPress. | |
| </p> | |
| </div> | |
| </header> | |
| <div | |
| class="card jetpack-connect__site is-compact" | |
| > | |
| Site | |
| </div> | |
| </div> | |
| </div> | |
| `; | |