42 lines
647 B
Plaintext
42 lines
647 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Dummy renders correctly 1`] = `
|
|
<div
|
|
className={undefined}
|
|
>
|
|
<div
|
|
className={undefined}
|
|
>
|
|
<h1>
|
|
SUBTASK
|
|
</h1>
|
|
<div
|
|
className={undefined}
|
|
>
|
|
<a
|
|
className={undefined}
|
|
href="/mytask"
|
|
onClick={[Function]}
|
|
>
|
|
My Task
|
|
</a>
|
|
<a
|
|
className={undefined}
|
|
href="/inbox"
|
|
onClick={[Function]}
|
|
>
|
|
Inbox
|
|
</a>
|
|
<a
|
|
className={undefined}
|
|
href="/dashboard"
|
|
onClick={[Function]}
|
|
>
|
|
Dashboard
|
|
</a>
|
|
</div>
|
|
</div>
|
|
Inbox
|
|
</div>
|
|
`;
|