@trackunit/react-test-setup 1.0.0 → 1.0.2

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
@@ -332,7 +332,6 @@ const setupReactTestingLibrary = () => {
332
332
  };
333
333
  });
334
334
  };
335
- jest.mock("highcharts/modules/boost", () => jest.fn());
336
335
 
337
336
  /**
338
337
  * Mocks the react-virtualized-auto-sizer component for testing environments.
package/index.esm.js CHANGED
@@ -330,7 +330,6 @@ const setupReactTestingLibrary = () => {
330
330
  };
331
331
  });
332
332
  };
333
- jest.mock("highcharts/modules/boost", () => jest.fn());
334
333
 
335
334
  /**
336
335
  * Mocks the react-virtualized-auto-sizer component for testing environments.
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.0.0",
4
+ "version": "1.0.2",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
7
7
  "engines": {