A screenshot of macOS terminal showing a test suite summary for Elena.
Been recently really enjoying working with Vitest tbh (both for client’s design system and also for my personal projects).
I’m just nerding out over the terminal colors at this point tho
05.03.2026 13:08
👍 81
🔁 3
💬 7
📌 0
🧪 In the latest release of @analogjs.org, you can migrate to @vitest.dev with browser mode for @playwright.dev enabled and automatically configured using an @angular.dev schematic!
analogjs.org/docs/feature...
03.03.2026 17:32
👍 11
🔁 4
💬 0
📌 0
What’s New in ViteLand: February 2026 Recap
Our February 2026 recap features Oxfmt Beta with 100% Prettier compatibility and 36x faster performance, Vite 8 devtools, Vitest async leak detection, and Rolldown performance gains.
✨ What's New in ViteLand: February 2026 Recap
◆ Oxfmt Beta: 100% Prettier conformance
◆ @vite.dev 8 includes devtools
◆ @vitest.dev 4.1 beta adds aroundEach/aroundAll hooks
◆ @rolldown.rs becomes 9.6% faster
◆ Oxlint now supports 59/61 ts-eslint rules
◆ NestJS migrates to Vitest
◆ and much more 👀
02.03.2026 13:12
👍 54
🔁 8
💬 0
📌 1
GitHub - porada/awesome-vitest: Curated list of awesome Vitest tools and resources
Curated list of awesome Vitest tools and resources - porada/awesome-vitest
4 new packages added to Awesome Vitest in the last 7 days: 1 reporter, 2 utilities, and 1 browser mode environment. The ecosystem keeps growing.
Building tooling for @vitest.dev? PRs are welcome!
02.03.2026 17:07
👍 13
🔁 2
💬 1
📌 0
GitHub pull request page showing ‘refactor: remove experimental Jest and Web Test Runner builders #32582’ merged into angular:main. The screenshot highlights the pull request summary with 29 files changed, 34 checks, and a large red ‘−2,938’ code deletion indicator pointed to by a purple arrow.
This is my favorite kind of changes.
Experimental runners out, clarity in.
@vitest.dev is the path.
Thanks Alan!
github.com/angular/angu...
02.03.2026 10:26
👍 16
🔁 2
💬 0
📌 0
Collection: Vitest & Svelte
Resources and learning materials for getting started with Vitest in Svelte & SvelteKit
I started a collection of resources for @vitest.dev + Svelte / SvelteKit testing. If you know a good learning resource (also Vitest in general), please let me know. fubits.dev/notes/2026-0...
21.02.2026 20:26
👍 19
🔁 2
💬 0
📌 0
Vitest console output showing 993 tests passed across 3 files
The fact that Vitest can run 1k tests in just 164 ms is mind-blowing.
18.02.2026 23:06
👍 55
🔁 2
💬 2
📌 1
Flaky tests and memory leaks are the worst.
@vitest.dev now has a flag that catches uncleared intervals, lingering servers, and other async operations leaking across your tests.
Available in the latest 4.1 beta. Big shout out to @ariperkkio.dev from the Vitest team for landing this PR! 🔥
18.02.2026 20:40
👍 56
🔁 9
💬 1
📌 3
Terminal output of Vitest's test run results. The results contain error message of asynchronous resource leaking. Code block pointing to a fetch call that is missing await.
In the next version of Vitest you can track leaking asynchronous resources via `--detect-async-leaks` option! Available in v4.1.0-beta.4 release. 🔍
(notice missing await in the example)
16.02.2026 12:50
👍 72
🔁 11
💬 2
📌 0
Test Angular Components Like a Real User with Vitest "Full" Browser Mode
YouTube video by Marmicode – By Younes Jaaidi
👋 @vitest.dev Browser Mode for #Angular is not just a switch — but a different recipe 😉
Let's dive into what's cooking under the hood:
⚙️ How it works (Vitest vs Playwright roles)
🌓 "Partial" vs. 🌕 "Full" Browser Mode
🔌 APIs: userEvent vs. page
🪜 Progressive migration
youtu.be/Pu22JQG6jdg
#testing
12.02.2026 08:01
👍 17
🔁 5
💬 0
📌 0
What stops you from using @vitest.dev browser mode? 👀
11.02.2026 20:42
👍 23
🔁 2
💬 5
📌 0
[EN] Angular Moves to Vitest – What Does That Mean for Us?
YouTube video by Manfred Steyer
🧪 Enjoyed the conversation between @manfredsteyer.bsky.social and @rainerhahnekamp.bsky.social about the future of testing with @angular.dev and @vitest.dev.
I appreciate the recommendation of @analogjs.org for previous versions of Angular & compatibility with IDEs
www.youtube.com/watch?v=1ac9...
11.02.2026 17:52
👍 7
🔁 4
💬 0
📌 1
🙏
10.02.2026 11:13
👍 0
🔁 0
💬 0
📌 0
This is huge news!! Super excited to be working with @ariperkkio.dev ❤️
09.02.2026 09:50
👍 22
🔁 3
💬 2
📌 0
Github organization invitation with text "You've been invited to the Storybook organization!".
Excited to announce that I've officially joined @chromatic.com! My main focus will be working around features related to @vitest.dev 🤝
09.02.2026 09:47
👍 58
🔁 4
💬 5
📌 3
@vite.dev and @vitest.dev crushing the positive sentiment of devs who used it in the State of JS survey 🚀
06.02.2026 09:11
👍 36
🔁 2
💬 2
📌 1
An example of the code that shows `aroundEach` wrapping every test with `db.transaction` call.
For all your AsyncLocalStorage needs, Vitest 4.1 now supports `aroundEach` and `aroundAll` hooks!
main.vitest.dev/api/hooks#ar...
06.02.2026 10:41
👍 37
🔁 4
💬 0
📌 0
✨ What's New in ViteLand: January 2026 Recap
◆ Unified redesign across all VoidZero sites
◆ @vite.dev crossed 3 billion npm downloads
◆ @rolldown.rs reached RC status
◆ Lazy Barrel Optimization landed in Rolldown
◆ Oxfmt hit 100% Prettier conformance
◆ ...and more 👀
voidzero.dev/posts/whats-...
05.02.2026 13:38
👍 47
🔁 5
💬 1
📌 1
The State of JS 2025 results are out!
🏆 Most Adopted Tech → Vitest
🏆 Highest Satisfaction → Vite (98%) & Vitest (97%)
🏆 Highest Interest → Vitest (83%) & Rolldown (80%)
But that's not all!
A thread 🧵
04.02.2026 13:39
👍 68
🔁 15
💬 2
📌 0
"Vitest 4.1 introduces Test Tags. Left side shows a vitest.config.js code snippet defining three tags: 'frontend' with a description, 'db' with a 60-second timeout, and 'flaky' with conditional retry logic for CI and priority setting. Right side shows CLI filtering examples: vitest --tags-filter="frontend && !flaky", vitest --tags-filter="(frontend || db) && !flaky", and vitest --tags-filter="frontend and flaky". VoidZero and Vitest logos at bottom corners on dark background."
Every test suite eventually categorizes tests: "skip this in CI," "this one is flaky," "that one needs more time." and so on.
Vitest 4.1 (in beta right now) introduces Test Tags: You can now define these categories globally, attach config or behavior and eventually filter what runs.
04.02.2026 19:00
👍 57
🔁 6
💬 1
📌 2
TIL about the .extend builder pattern to add context to test fixtures in @vitest.dev
Seems super handy for backend testing (setting up servers, database, mocked services etc).
And now with type safety? 😍
03.02.2026 06:59
👍 17
🔁 3
💬 0
📌 0
A screenshot from the docs showing a new `test.extend` pattern. Provide name of the fixture as the first argument, options in the second and value in the third. Return the value from the function for automatic type inference, and use `onCleanup` hook for an explicit cleanup.
The next @vitest.dev version has a new `test.extend` syntax that supports type inference (including the correct scope)!
main.vitest.dev/guide/test-c...
02.02.2026 16:57
👍 56
🔁 7
💬 2
📌 1
Vitest
Next generation testing framework powered by Vite
Test tags are coming to Vitest 4.1 (beta)! And they are powerful 💪
main.vitest.dev/guide/test-t...
22.01.2026 10:57
👍 70
🔁 10
💬 5
📌 1
Release v4.1.0-beta.1 · vitest-dev/vitest
🚀 Features Return a disposable from doMock() - by @kirkwaiblinger in #9332 (e3e65) Added chai style assertions for spying - by @ronnakamoto and @sheremet-va in #8842 (841df) Update to sinon...
The first beta for @vitest.dev 4.1 is out! 🧪
◆ Chai-style spy assertions (`toHaveBeenCalled`, etc.)
◆ `userEvent.wheel()` for browser mode
◆ Enhanced retry options
◆ Disposable returned from `doMock()`
◆ Coverage ignore start/stop hints
◆ and more 👀
Try now by installing vitest@beta
21.01.2026 19:28
👍 48
🔁 6
💬 2
📌 0
Infographic titled "Vitest's expect.poll" with three bullet points: built-in timeout and retry logic, cleaner than wrapping assertions in vi.waitFor, and perfect for job queues & eventual consistency. Below is a code example showing a test that starts a background export job, then uses expect.poll to repeatedly check getJobStatus(job.id) until it equals 'completed'. VoidZero and Vitest logos at bottom corners.
Did you know @vitest.dev has `expect.poll`? It reruns an assertion until it passes (or times out).
You can configure how many times the `expect.poll` callback should run with custom interval and timeout options!
No need wrapping everything in `vi.waitFor`
More in the docs vitest.dev/api/expect.h...
14.01.2026 16:21
👍 42
🔁 5
💬 0
📌 0
VoidZero infographic. First row including the new logos of the projects, the new "The JavaScript Tooling Company" slogan and the logo.
Second row is showing what frameworks are vite-powered or have Vite support.
Last row includes Vitest including Jest compat, tech supported by vite, 4.1bn+ total NPM downloads, Rolldown powering Vite and the Oxc stack.
New Year. New Look. Same Mission.
Make JavaScript developers more productive than ever before
13.01.2026 10:21
👍 75
🔁 7
💬 6
📌 9