We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1215152 commit 3853edeCopy full SHA for 3853ede
test/test_utils.tsx
@@ -10,7 +10,7 @@ import { MemoryRouter } from 'react-router-dom';
10
import { DataSourceContextProvider } from '../public/contexts';
11
import { ToastProvider } from '../public/dashboard-assistant/hooks/use-toast';
12
13
-const AllTheProviders: FC<{ children: React.ReactNode }> = ({ children }) => {
+export const AllTheProviders: FC<{ children: React.ReactNode }> = ({ children }) => {
14
return (
15
<I18nProvider>
16
<MemoryRouter>
0 commit comments