Skip to content

Commit 2309467

Browse files
Copilothotlong
andcommitted
Fix component registration in test environment
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 8214fe6 commit 2309467

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
import '@testing-library/jest-dom';
2+
import '@object-ui/components'; // Import to register all basic components (div, text, etc.)
3+
import '@object-ui/plugin-dashboard'; // Import to register dashboard components
4+
import '@object-ui/plugin-grid'; // Import to register grid components

0 commit comments

Comments
 (0)