analogjs
OSS
analog
Sign in / Sign up
Open main menu
analog
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
2423
feb56450 fix(vite-plugin-angular): skip vmThreads pool default in browser mode The plugin defaulted Vitest's `pool` to `vmThreads` unconditionally, including in browser mode. A Node pool is a no-op for browser execution, but `isolate` has no effect under VM pools, and since Vitest 4.0.7 browser isolation inherits that resolution. Forcing `vmThreads` therefore disabled per-file isolation in the browser, leaking global state such as fake timers across spec files. Only apply the `vmThreads` default when browser mode is not enabled. Closes #2222 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FHgJLoCZsd9hq7rW8RLN3P
by Claude
C
Previous page
Previous
Next
Next page