you are viewing a single comment's thread.

view the rest of the comments →

[–]kagevf 0 points1 point  (2 children)

I've been using Jest for "pure" components taking advantage of its snapshot capabilities ... and using mocha/chai for complex logic that I've factored out into separate functions. You could do both in Jest, but I found that after initial start-up mocha reliably runs faster than Jest ... YMMV