@promoboxx/react-scripts-vite 0.1.7 → 0.1.8

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.
@@ -96,7 +96,7 @@ var jestConfig = {
96
96
  // The paths to modules that run some code to configure or set up the testing environment before each test
97
97
  setupFiles: [require.resolve('react-app-polyfill/jsdom')],
98
98
  // A list of paths to modules that run some code to configure or set up the testing framework before each test
99
- setupFilesAfterEnv: ['src/setupTests.ts'],
99
+ setupFilesAfterEnv: ['<rootDir>/src/setupTests.ts'],
100
100
  // The number of seconds after which a test is considered as slow and reported as such in the results.
101
101
  // slowTestThreshold: 5,
102
102
  // A list of paths to snapshot serializer modules Jest should use for snapshot testing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/react-scripts-vite",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {