You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vitest's reporters go crazy when we cannot control how to print worker's process.stdout and process.stderr in main thread. These can be for example NodeJS deprecation warnings.
The text was updated successfully, but these errors were encountered:
AriPerkkio
changed the title
stdout and stderr not inherited when `runtime: 'child_process'stdout and stderr not inherited when runtime: 'child_process'Oct 15, 2024
Vitest's reporters go crazy when we cannot control how to print worker's
process.stdout
andprocess.stderr
in main thread. These can be for example NodeJS deprecation warnings.With
runtime: 'worker_threads'
:The text was updated successfully, but these errors were encountered: