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 65f764d commit 8aaa6a1Copy full SHA for 8aaa6a1
src/features/classification/__tests__/Classification.test.tsx
@@ -6,6 +6,9 @@ import Classification from '../Classification';
6
import messages from '../messages';
7
import securityControlsMessages from '../security-controls/messages';
8
9
+// Preload component to prevent lazy loading issues with Jest
10
+import '../applied-by-ai-classification-reason/AppliedByAiClassificationReason';
11
+
12
describe('features/classification/Classification', () => {
13
let classificationLabelName;
14
let defaultProps;
0 commit comments