Hacker News new | ask | show | jobs
by b34r 3487 days ago
Hey there, frequent Jest contributor here! Globs are under consideration (there's an issue from a collaborator on the subject.)

FWIW, Jest is insanely good. I've been using it for almost 2 years now through some of the rougher patches in its development and man, it's an extremely well thought-out system with a team of highly motivated maintainers. Facebook uses it for almost all their JS projects, so it gets a LOT of attention and TLC.

Many things that were poor defaults have been changed since v17, like getting rid of auto mocking. It's worth a look again.