techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.8K
active users

Made the mistake today of searching " 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.

Doug Parker 🕸️

@eliajf I was mostly looking into test runners moreso than test frameworks.

is still dominant by a huge amount, but and looked interesting to me. I've had good experiences with WTR in the past, but haven't tried Jasmine's browser runner.

modern-web.dev/docs/test-runne
npmjs.com/package/jasmine-brow

Modern WebWeb Test Runner: Modern WebGuides, tools and libraries for modern web development.

@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!