|
|
|
|
|
by xer0x
1090 days ago
|
|
Vitest may not be a good drop in replacement either. It uses Workers for multi-threading via Tinypool. For us, we use the AWS SDK and the binaries in it would cause Vitest to crash. After wasting a lot of time, we had to retreat back to Jest. I really like Vitest, and it's a great fit for lots of projects. I'm a bit sad it wasn't for ours. |
|