@entreprise-os/vitest-config 2.4.313 → 2.4.314

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.
Files changed (2) hide show
  1. package/data.ts +2 -0
  2. package/package.json +1 -1
package/data.ts CHANGED
@@ -20,6 +20,8 @@ export default defineConfig({
20
20
  fileParallelism: false,
21
21
  // Global hook timeout for setup/teardown operations
22
22
  hookTimeout: 100000,
23
+ // Retry flaky tests (e.g. S3 mock timeouts) up to 2 times before failing
24
+ retry: 2,
23
25
  // Setup files to run before all tests - automatically mocks authentication middleware
24
26
  setupFiles: ["@entreprise-os/core-data/test-utils/test-helpers"],
25
27
  // Coverage configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entreprise-os/vitest-config",
3
- "version": "2.4.313",
3
+ "version": "2.4.314",
4
4
  "description": "Shared Vitest configuration for Enterprise OS packages",
5
5
  "type": "module",
6
6
  "publishConfig": {