-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(Styles): add styles public api tests (#9231)
* test(Styles): add styles public api tests * test(Tag): add tag to test * test(styles): add snapshots, plex test * test(styles): add font-face to tests * test(snapshot): update snapshots * test(Popover): add popover to tests * test(snapshot): update snapshots
- Loading branch information
Showing
3 changed files
with
214 additions
and
29 deletions.
There are no files selected for viewing
79 changes: 79 additions & 0 deletions
79
packages/styles/__tests__/__snapshots__/styles-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 |
---|---|---|
@@ -0,0 +1,79 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Snapshot Tests should match snapshots 1`] = ` | ||
Array [ | ||
"scss/breakpoint", | ||
"scss/colors", | ||
"scss/config", | ||
"scss/feature-flags", | ||
"scss/font-face", | ||
"scss/grid", | ||
"scss/motion", | ||
"scss/reset", | ||
"scss/spacing", | ||
"scss/theme", | ||
"scss/themes", | ||
"scss/type", | ||
"scss/utilities/box-shadow", | ||
"scss/utilities/button-reset", | ||
"scss/utilities/component-reset", | ||
"scss/utilities/component-tokens", | ||
"scss/utilities/convert", | ||
"scss/utilities/custom-property", | ||
"scss/utilities/focus-outline", | ||
"scss/utilities/high-contrast-mode", | ||
"scss/utilities/keyframes", | ||
"scss/utilities/layer-set", | ||
"scss/utilities/placeholder-colors", | ||
"scss/utilities/rotate", | ||
"scss/utilities/skeleton", | ||
"scss/utilities/text-overflow", | ||
"scss/utilities/tooltip", | ||
"scss/utilities/visually-hidden", | ||
"scss/utilities/z-index", | ||
"scss/components", | ||
"scss/components/accordion", | ||
"scss/components/breadcrumb", | ||
"scss/components/button", | ||
"scss/components/checkbox", | ||
"scss/components/code-snippet", | ||
"scss/components/combo-box", | ||
"scss/components/content-switcher", | ||
"scss/components/copy-button", | ||
"scss/components/data-table", | ||
"scss/components/date-picker", | ||
"scss/components/dropdown", | ||
"scss/components/file-uploader", | ||
"scss/components/form", | ||
"scss/components/inline-loading", | ||
"scss/components/link", | ||
"scss/components/list", | ||
"scss/components/list-box", | ||
"scss/components/loading", | ||
"scss/components/menu", | ||
"scss/components/modal", | ||
"scss/components/multiselect", | ||
"scss/components/notification", | ||
"scss/components/number-input", | ||
"scss/components/overflow-menu", | ||
"scss/components/pagination", | ||
"scss/components/pagination-nav", | ||
"scss/components/popover", | ||
"scss/components/progress-indicator", | ||
"scss/components/radio-button", | ||
"scss/components/search", | ||
"scss/components/select", | ||
"scss/components/slider", | ||
"scss/components/structured-list", | ||
"scss/components/tabs", | ||
"scss/components/tag", | ||
"scss/components/text-area", | ||
"scss/components/text-input", | ||
"scss/components/tile", | ||
"scss/components/time-picker", | ||
"scss/components/toggle", | ||
"scss/components/tooltip", | ||
"scss/components/treeview", | ||
"scss/components/ui-shell", | ||
] | ||
`; |
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