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
This plugin hangs with vitest 1.6 when running in vitest run, resulting in the message:
...
close timed out after 10000ms
Tests closed successfully but something prevents Vite server from exiting
You can try to identify the cause by enabling "hanging-process" reporter. See https://vitest.dev/config/#reporters
When I enabled the hanging-process reporter, one of the processes was this:
When I removed the eslintPlugin() from plugins, it doesn't hang. Thank you for the workaround, although in my case, the correct usage was this (vite.config.js):
I see all the eslint plugin output in my testing runs which is distracting...
The text was updated successfully, but these errors were encountered: