This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass unit test that previously was failed
- Loading branch information
1 parent
60d340a
commit 7dd38f8
Showing
4 changed files
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,23 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`renders a view table component 1`] = ` | ||
<p> | ||
<table | ||
className="ui table" | ||
<table | ||
className="ui table" | ||
> | ||
<tbody | ||
className="" | ||
> | ||
<tbody | ||
<tr | ||
className="" | ||
> | ||
<tr | ||
<td | ||
className="" | ||
> | ||
<td | ||
className="" | ||
> | ||
<h2 | ||
id="fgm98" | ||
> | ||
My header | ||
</h2> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</p> | ||
<h2> | ||
My header | ||
</h2> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters