Made the mistake today of searching "#JavaScript unit test frameworks", just trying to get a list of them.
The first result was a top 10 list which included exactly **three** unit test frameworks.
@develwithoutacause any look interesting? I’m interested in this topic myself.
@eliajf I was mostly looking into test runners moreso than test frameworks.
#Jest is still dominant by a huge amount, but #WebTestRunner and #JasmineBrowserRunner looked interesting to me. I've had good experiences with WTR in the past, but haven't tried Jasmine's browser runner.
https://modern-web.dev/docs/test-runner/overview/
https://www.npmjs.com/package/jasmine-browser-runner
@develwithoutacause thanks. I’ll check these out.
@develwithoutacause @eliajf #Jest is definitely the industry standard, and has a lot of backing behind it - great interactive CLI and works great with tools like #testing-library and #jsdom - would definitely recommend checking that option out!