Hacker News new | ask | show | jobs
by rajington 3548 days ago
I love Jest, but thought the 59% satisfaction with Jest was unfortunate... probably super-early adopters?
1 comments

Jest used to be very meh. Also, Jest by default would cater to more "purist" unit testing. Everything mocked, everything isolated, runs in node, no browser.

A lot of people in the frontend world equates unit testing with Selenium tests (aka: integration tests) and get really ruffled/confused by "pure" unit tests.

Now Jest changed the defaults to what most people expect, which will confuse them less, I suppose.