#vitest — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #vitest, aggregated by home.social.
-
@vitest killed Jest
As per the [first graph], we can see :
* the number of downloads of Jest are stable
* the number of downloads of Vitest is increasing fastlyThe [second graph] shows the relative decline of Jest compared to Vitest
#JS #JavaScript #TS #TypeScript
#Jest #Vitest
#NPM #Node
#TanStack #Stats #Stat #Chart
#Test #Testing #UnitTest #UnitTests #UnitTesting
#Dev #Code -
Testing React Server Components: Vitest Patterns for Async Boundaries and Mock Strategies, by (not on Mastodon or Bluesky):
-
Announcing Vite Beta, by @manniL and others (@voidzero.dev):
https://voidzero.dev/posts/announcing-vite-plus-beta?ref=frontenddogma.com
-
🚨BREAKING: Yet another groundbreaking revelation! 🙄 Learn the "basics" of #testing with Jest/Vitest in a browser-based course that promises to teach you the same old stuff you've seen a thousand times—now with added async confusion! 🎉 Who knew free could come with a side of boredom? 💤
https://howtotestfrontend.com/courses/jest-vitest-fundamentals #HackerNews #Jest #Vitest #AsyncCourses #Boredom #HackerNews #ngated -
Jest/Vitest interactive course (runs in the browser)
https://howtotestfrontend.com/courses/jest-vitest-fundamentals
#HackerNews #Jest #Vitest #interactive #course #browser #testing #frontend #development
-
Gestern zwei Vorträge zu #React auf der #EnterJS in lauschiger Location. Codes und Slides findet ihr hier:
- Fullstack-Anwendungen mit React und TanStack: https://nilshartmann.net/t/getting-started-fullstack-anwendungen-mit-react-und-tan-stack-enter-js
- #Vitest Browser Mode im Praxis-Check: https://nilshartmann.net/t/realistische-komponenten-tests-ohne-schmerzen-vitest-browser-mode-im-praxis-check-enter-js
-
Cloudflare now controls a huge piece of the open source web
https://fed.brid.gy/r/https://nerds.xyz/2026/06/cloudflare-buys-vite-creator-voidzero/
-
Vitest 4 Browser Mode: Component Testing Without Playwright, by (not on Mastodon or Bluesky):
-
[Proposal for] Framework-Agnostic Vitest, by @erus.dev:
-
I wanna dive deeper into the topic of #QualityAssurance and was wondering if someone can recommend learning resources?
Thanks to my work as #frontend engineer I’m familiar with the basics, know how to work with #playwright and #vitest, know the difference between unit, integration and end-to-end test, etc.
I’m specifically curious about the planning aspect, with a focus on #accessibility 🤗
-
[Перевод] 37 советов и приемов по написанию качественных тестов для фронтенда
Мне нравится писать тесты. Написание теста и последующее обновление кода для его прохождения — всегда увлекательный процесс. Но нет ничего хуже, чем выяснение того, что проверяют существующие тесты (раньше я сам часто был автором таких тестов). Представляю вашему вниманию мои советы по написанию высококачественных тестов для фронтенда.
https://habr.com/ru/companies/timeweb/articles/1006680/
#javascript #js #testing #test #jest #vitest #timeweb_статьи_перевод #тестирование #тест #tdd
-
I took a project that was already on the most recent versions of Vite and Vitest and upgraded it to Vite 8/Vitest 4.1 today. It all just worked on the first try. There were a couple of Vite-related plugins in the project and none of them needed updating.
Great work, Vite folks!
-
https://vitest.dev/guide/browser/#configuration - #vitest browser mode uses #Playwright and others to run #tests in a real browser.
-
Vitest vs. Jest 2026: The Migration Guide With Real Benchmarks, by (not on Mastodon or Bluesky):
https://www.sitepoint.com/vitest-vs-jest-2026-migration-benchmark/
-
What’s New in ViteLand: January 2026 Recap, by @manniL (@voidzero.dev):
-
Git-хуки, которые не дают коммитить плохой код
Здравствуйте, коллеги программисты! Большинство фейлов в CI — это мелочи: забытый console.log , форматирование, линт, сломанный импорт, файл без теста. Такие ошибки не должны доезжать до сборки или код-ревью. Git-хуки позволяют запускать проверки прямо во время git commit и блокировать коммит, если были обнаружены нарушения. В прошлой статье я рассказывал про скрипты, которые я использую для проверки качества кода в PHP/Laravel. В этой статье я хочу рассказать о скриптах для JavaScript/TypeScript и Python — линтинг, форматирование, тесты, статический анализ и проверка наличия тестов. Все скрипты описанные в статье находятся здесь - https://github.com/prog-time/git-hooks
https://habr.com/ru/articles/993870/
#линтер #git_hooks #javascript #python #eslint #prettier #tsc #vitest #mypy #pytest
-
🤔 The article promises EVERYTHING about `act()` in React tests, but delivers a haphazard buffet of disjointed topics, leaving you more confused than a cat in a bath 🛁. It's like going to a pizza place and getting served a salad, a smoothie, and a lecture on #Vitest. Bon appétit! 🍕💥
https://howtotestfrontend.com/resources/react-act-function-everything-you-need-to-know #ReactTesting #DisjointedTopics #ConfusedDev #PizzaAnalogy #HackerNews #ngated -
I think I've rested enough to start blogging again. What do you think I should write about next?
#blogging #poll #testing #typescript #astro #vitest #playwright
-
The answer to avoid the backflips when tests need to import from ES modules was to use #Vitest (https://vitest.dev). I am using #rollup, not #vite, but Vitest works beautifully and various Jest-isms like `beforeAll`, `expect`, etc required no changes. #WYSIWYG #JavaScript
-
I asked Copilot to help me fix tests during transition from Jest to #Vitest . It commented out several assertions and skipped one test completely. Thanks, I guess. Less tests less worries.
#vibecoding #copilot #githubcopilot -
[Перевод] Что нового в WebStorm 2025.3
Команда JavaScript for Devs подготовила перевод статьи о нововведениях WebStorm 2025.3. В обновлении — новая тема интерфейса Islands, серьёзные улучшения для монорепозиториев, поддержка удалённой отладки и интеграция умных ИИ-агентов прямо в IDE.
https://habr.com/ru/articles/974648/
#WebStorm #IDE #JetBrains #TypeScript #монорепозитории #Vitest
-
Un standard pour les lib de validation TypeScript (Zod, Valibot, etc.).
L'objectif est d'avoir une spec standardisée pour que les outils interagissant avec ces schémas fonctionnent quel que soit la lib de validation choisie. Un peu comme les PSR rn PHP.
Vitest supporte d'ailleurs ce format depuis la v4, pour rendre certaines assertions plus faciles à écrire.
-
Vitest + Playwright + Visual Regression Testing = ⚡️
The new browser testing features in Vitest 4 are pretty great for testing a small web component package.
https://wbrowar.com/article/code/web-component-testing-with-vitest-4
-
Nová verze Vitest 4.0 posouvá hranice testování webových aplikací. Přináší stabilní běh testů přímo v prohlížeči, podporu vizuálního regresního testování i chytřejší práci s lokátory a typováním. Vývojáři tak získávají robustnější, rychlejší a přehlednější nástroje pro zajištění kvality UI i logiky aplikací.
-
Vitest 4 est de sortie, avec son lot de *breaking changes*.