-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(ui): Summary - add budgets case
- Loading branch information
Showing
3 changed files
with
139 additions
and
11 deletions.
There are no files selected for viewing
103 changes: 103 additions & 0 deletions
103
packages/ui/src/components/summary/__snapshots__/summary.stories.storyshot
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 |
---|---|---|
@@ -0,0 +1,103 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots Components/Summary budgets 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
|
||
exports[`Storyshots Components/Summary custom keys 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
|
||
exports[`Storyshots Components/Summary default 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
|
||
exports[`Storyshots Components/Summary loading 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
|
||
exports[`Storyshots Components/Summary single run 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; | ||
|
||
exports[`Storyshots Components/Summary with link 1`] = ` | ||
<div> | ||
<Component /> | ||
<IconSprite | ||
height="16" | ||
style={ | ||
Object { | ||
"height": 0, | ||
"position": "absolute", | ||
"width": 0, | ||
} | ||
} | ||
width="16" | ||
/> | ||
</div> | ||
`; |
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