The only thing that Jest has in common with Jest from a year ago is the name. We rewrote the entire framework incrementally (as all the blog posts on the Jest blog point out). We still do not support browser testing. We don't believe that it is critical for a unit testing framework and defer this form of testing to other tools at Facebook.
I am however interested in running Jest within Electron to provide better visual debugging while people are writing tests :)
I am however interested in running Jest within Electron to provide better visual debugging while people are writing tests :)