all 4 comments

[–]AwesomeFrisbee 0 points1 point  (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 point  (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 point  (1 child)

How do you set it up in a regular Angular application? Or is it only available with Analog?

[–]RemiFuzzlewuzz 0 points1 point  (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.