make Provider required in AppTheme
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
@@ -40,11 +40,13 @@ describe('SidebarThemeSwitcher', () => {
|
||||
id: 'dark',
|
||||
title: 'Dark Theme',
|
||||
variant: 'dark',
|
||||
Provider: jest.fn(),
|
||||
},
|
||||
{
|
||||
id: 'light',
|
||||
title: 'Light Theme',
|
||||
variant: 'light',
|
||||
Provider: jest.fn(),
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user