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