@trackunit/react-test-setup 1.8.26 → 1.8.28

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 CHANGED
@@ -179,7 +179,6 @@ const setupHelmetMock = () => {
179
179
  }));
180
180
  };
181
181
 
182
- /* eslint-disable @typescript-eslint/explicit-member-accessibility */
183
182
  /**
184
183
  * Mocks the IntersectionObserver API for testing environments.
185
184
  *
package/index.esm.js CHANGED
@@ -158,7 +158,6 @@ const setupHelmetMock = () => {
158
158
  }));
159
159
  };
160
160
 
161
- /* eslint-disable @typescript-eslint/explicit-member-accessibility */
162
161
  /**
163
162
  * Mocks the IntersectionObserver API for testing environments.
164
163
  *
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.8.26",
4
+ "version": "1.8.28",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
7
7
  "engines": {