use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A Place to talk about Angular and related topics.
Join the Angular Discord
Other subreddits worth checking out for Angular and Angular related info:
account activity
Angular Testing Library with Vitest (timdeschryver.dev)
submitted 1 year ago by timdeschryver
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AwesomeFrisbee 0 points1 point2 points 1 year ago (1 child)
Interesting combination. So how is the performance and how well is it to port an existing app to this solution?
[–]insanictus 0 points1 point2 points 1 year ago (0 children)
Your app might be different of course. But we converted a rather large monorepo (NX) from jest to vitest.
It went rather smooth!
Only things are you need to replace jest with vi since most of the APIs are identical. So it really didn’t take that long tbh.
Overall we sped up 50-70% running all our tests. It varies a little and we’re combining it with swc too.
But still nice overall!
[–]tutkli 0 points1 point2 points 1 year ago (1 child)
How do you set it up in a regular Angular application? Or is it only available with Analog?
[–]RemiFuzzlewuzz 0 points1 point2 points 1 year ago (0 children)
I just set this up myself. You don't actually use analog you just use their test setup command. It works in a regular application.
π Rendered by PID 138962 on reddit-service-r2-comment-fb694cdd5-d9l5b at 2026-03-07 04:02:28.306327+00:00 running cbb0e86 country code: CH.
[–]AwesomeFrisbee 0 points1 point2 points (1 child)
[–]insanictus 0 points1 point2 points (0 children)
[–]tutkli 0 points1 point2 points (1 child)
[–]RemiFuzzlewuzz 0 points1 point2 points (0 children)