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 1accc48 commit 9521819Copy full SHA for 9521819
src/testUtils.tsx
@@ -23,12 +23,11 @@ import {
23
Routes,
24
} from 'react-router-dom';
25
26
+import * as authzApi from '@src/authz/data/api';
27
import { ToastContext, type ToastContextData } from './generic/toast-context';
28
import initializeReduxStore, { type DeprecatedReduxState } from './store';
29
import { getApiWaffleFlagsUrl } from './data/api';
30
import { CONTENT_LIBRARY_PERMISSIONS } from './authz/constants';
-import * as authzApi from '@src/authz/data/api';
31
-
32
33
/** @deprecated Use React Query and/or regular React Context instead of redux */
34
let reduxStore: Store;
0 commit comments