All checks were successful
gitea-deepak/gog_frontend/pipeline/head This commit looks good
18 lines
260 B
Plaintext
18 lines
260 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`AuthenticatedApp Snapshot 1`] = `
|
|
<div>
|
|
<p>
|
|
Howdy partner. Your name looks like it's
|
|
Ted
|
|
.
|
|
</p>
|
|
<button
|
|
onClick={[MockFunction]}
|
|
type="button"
|
|
>
|
|
Logout
|
|
</button>
|
|
</div>
|
|
`;
|