@softwear/latestcollectioncore 1.0.152 → 1.0.153

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/vitest.config.ts CHANGED
@@ -7,7 +7,7 @@ export default defineConfig({
7
7
  // Timeout for each test (5 minutes for long-running tests like imageBinder)
8
8
  testTimeout: 300000,
9
9
  // Include test files
10
- include: ['test/**/*.spec.js'],
10
+ include: ['test/**/*.spec.js', 'test/**/*.spec.ts'],
11
11
  // Coverage configuration (optional)
12
12
  coverage: {
13
13
  provider: 'v8',