@trackunit/react-test-setup 1.4.50 → 1.4.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +2 -2
- package/index.esm.js +2 -2
- package/package.json +1 -1
- package/src/setupResizeObserver.d.ts +2 -2
package/index.cjs.js
CHANGED
|
@@ -478,8 +478,8 @@ const setupReactVirtualizedAutoSizer = () => {
|
|
|
478
478
|
|
|
479
479
|
/**
|
|
480
480
|
* Mock the ResizeObserver to be able to test components that use a resize observer
|
|
481
|
-
* Like
|
|
482
|
-
* Also
|
|
481
|
+
* Like useMeasure, useContainerBreakpoints, etc.
|
|
482
|
+
* Also components that _use_ useMeasure, like <BaseInput/> and many more
|
|
483
483
|
*
|
|
484
484
|
* Recommended for all react libs
|
|
485
485
|
*/
|
package/index.esm.js
CHANGED
|
@@ -457,8 +457,8 @@ const setupReactVirtualizedAutoSizer = () => {
|
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
459
|
* Mock the ResizeObserver to be able to test components that use a resize observer
|
|
460
|
-
* Like
|
|
461
|
-
* Also
|
|
460
|
+
* Like useMeasure, useContainerBreakpoints, etc.
|
|
461
|
+
* Also components that _use_ useMeasure, like <BaseInput/> and many more
|
|
462
462
|
*
|
|
463
463
|
* Recommended for all react libs
|
|
464
464
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-test-setup",
|
|
3
3
|
"description": "Test setup utilities for React applications",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.52",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
7
7
|
"engines": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mock the ResizeObserver to be able to test components that use a resize observer
|
|
3
|
-
* Like
|
|
4
|
-
* Also
|
|
3
|
+
* Like useMeasure, useContainerBreakpoints, etc.
|
|
4
|
+
* Also components that _use_ useMeasure, like <BaseInput/> and many more
|
|
5
5
|
*
|
|
6
6
|
* Recommended for all react libs
|
|
7
7
|
*/
|