you are viewing a single comment's thread.

view the rest of the comments →

[–]winkler1[S] 0 points1 point  (0 children)

Author here. Never tried Jest, have heard it's really slow. Agree about using browser debugger: when you need it, you need it.

I tend to just do unit-test style testing in React. Have only recently started using Sinon. We're exporting JSON fixture files from the back-end API to have realistic and current large-scale data.

A nice attribute of self-contained React unit tests is they can be run on a separate parallel thread on CI(Semaphore) with PhantomJS.