-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
55 additions
and
321 deletions.
There are no files selected for viewing
38 changes: 4 additions & 34 deletions
38
datahub/webapp/__tests__/ui/__snapshots__/Box.test.js.snap
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
49 changes: 6 additions & 43 deletions
49
datahub/webapp/__tests__/ui/__snapshots__/Column.test.js.snap
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
29 changes: 3 additions & 26 deletions
29
datahub/webapp/__tests__/ui/__snapshots__/Content.test.js.snap
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
64 changes: 7 additions & 57 deletions
64
datahub/webapp/__tests__/ui/__snapshots__/DisabledSection.test.js.snap
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
42 changes: 3 additions & 39 deletions
42
datahub/webapp/__tests__/ui/__snapshots__/Divider.test.js.snap
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,49 +1,13 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`matches enzyme snapshots matches snapshot 1`] = ` | ||
<StyledComponent | ||
forwardedComponent={ | ||
Object { | ||
"$$typeof": Symbol(react.forward_ref), | ||
"attrs": Array [], | ||
"componentStyle": ComponentStyle { | ||
"componentId": "sc-bdVaJa", | ||
"isStatic": false, | ||
"rules": Array [ | ||
" | ||
margin-top: ", | ||
[Function], | ||
"; | ||
margin-bottom: ", | ||
[Function], | ||
"; | ||
height: ", | ||
[Function], | ||
"; | ||
background-color: ", | ||
[Function], | ||
"; | ||
margin-left: -4px; | ||
margin-right: -4px; | ||
", | ||
], | ||
}, | ||
"displayName": "styled.hr", | ||
"foldedComponentIds": Array [], | ||
"render": [Function], | ||
"styledComponentId": "sc-bdVaJa", | ||
"target": "hr", | ||
"toString": [Function], | ||
"warnTooManyClasses": [Function], | ||
"withComponent": [Function], | ||
} | ||
} | ||
forwardedRef={null} | ||
<hr | ||
className="sc-bdfBwQ fVVgFx" | ||
/> | ||
`; | ||
|
||
exports[`matches test renderer snapshot serializes the styles 1`] = ` | ||
<hr | ||
className="sc-bdVaJa fKCxyC" | ||
className="sc-bdfBwQ fVVgFx" | ||
/> | ||
`; |
36 changes: 4 additions & 32 deletions
36
datahub/webapp/__tests__/ui/__snapshots__/FullHeight.test.js.snap
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
Oops, something went wrong.