Skip to content

Commit

Permalink
Improved test label (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Aug 29, 2024
1 parent 1dfc531 commit bd54dc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/theme/ThemeProvider.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('ThemeProvider', () => {
});

it.each([null, customThemes])(
'should load themes based on default selected theme key: %o',
'should load themes based on default selected theme key. customThemes: %o',
themes => {
const component = render(
<ThemeProvider themes={themes}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ exports[`ThemeProvider setSelectedThemeKey: null should change selected theme: t
</body>
`;

exports[`ThemeProvider should load themes based on default selected theme key: [
exports[`ThemeProvider should load themes based on default selected theme key. customThemes: [
{ themeKey: 'themeA' },
{ themeKey: 'mockDefaultSelectedThemeKey' },
[length]: 2
Expand Down Expand Up @@ -133,7 +133,7 @@ exports[`ThemeProvider should load themes based on default selected theme key: [
</body>
`;

exports[`ThemeProvider should load themes based on default selected theme key: null 1`] = `
exports[`ThemeProvider should load themes based on default selected theme key. customThemes: null 1`] = `
<body>
<div>
<div
Expand Down

0 comments on commit bd54dc7

Please sign in to comment.