Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: enhance useThree hook test for accurate size property checking
Updated the test for the useThree hook to accurately check the size property. The test now uses specific dimensions (width: 1280, height: 800) to create the component, ensuring that the size object is correctly tested against expected values. This change improves the test's effectiveness in catching potential size-related issues in the configure function. Related to #3133
- Loading branch information