Unit tests for App,Header,Inbox,MyTask,Dashboard components
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
// 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>
|
||||
`;
|
||||
Reference in New Issue
Block a user