Reposted by Vladimir
My first advice to junior contributors is to STOP using vibe coding for PRs. OSS is always about people more than about code. We don't need more code generated by LLM, we need more people who care.
November 10, 2025 at 11:47 AM
My first advice to junior contributors is to STOP using vibe coding for PRs. OSS is always about people more than about code. We don't need more code generated by LLM, we need more people who care.
Did you follow the migration guide? There were changes to how collection is done: vitest.dev/guide/migrat...
Vitest
Next generation testing framework powered by Vite
vitest.dev
November 5, 2025 at 6:13 PM
Did you follow the migration guide? There were changes to how collection is done: vitest.dev/guide/migrat...
Docs are correct, what I meant by browser was `browser-playwright` - things that you don't import inside your tests, only in the config to setup the integration
October 23, 2025 at 4:03 PM
Docs are correct, what I meant by browser was `browser-playwright` - things that you don't import inside your tests, only in the config to setup the integration
Inside tests there are only `vitest/something` imports. `@vitest/` packages are for external integrations like browser, ui or coverage
October 23, 2025 at 3:54 PM
Inside tests there are only `vitest/something` imports. `@vitest/` packages are for external integrations like browser, ui or coverage