sodatea / vite-jest

First-class Vite integration for Jest
MIT License
401 stars 51 forks source link

still maintained? #40

Open graemedewe opened 11 months ago

graemedewe commented 11 months ago

Hi is this repo still maintained? I can't get vite-jest to install with vite >=4 I have recently migrated quite a large vue2 project to vue3 and vite but now trying to get my jest tests to work again as I can't rewrite all my components in one big bang to use vitest, my PO will murder me.

murilobd commented 11 months ago

my PO will murder me

I can relate to that. I just finished migrating from webpack to vite and I'm in the process of adapting tests too. If you found any useful resources, please share them. As soon as I finish, I'll get back here to share with all

hjelmeir commented 10 months ago

I have the same question. Is this a safe package to use?

Sotatek-HiepNguyen2 commented 3 months ago

This lib seems to no longer be maintained. Do we have an alternative solution?

Jon-Biz commented 2 weeks ago

This lib seems to no longer be maintained. Do we have an alternative solution?

I've found that migrating to Vitest hasn't been too painful. I also found a cucumber tool that's working for me, if that's useful.