You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have jest only as secondary test runner.
We primarily use Bun as test runner, and just use jest to test Node compatibility.
Using jest allows using the same test syntax, and it has feature parity.
I can check out uvu, if it has the available features, and some compatibility layer for syntax, but I don't know if it fits our use case. :)
(of course would be good if we could have a smaller data and resource footprint on that)
I think I'll try taking a closer look sometime next week.
Jest very complicated & heavy...
Try light & simple UVU test runner.
I think it's enough for Nue philosophy 🤓 & I can help make simple changes for all tests...
The text was updated successfully, but these errors were encountered: