-
The biggest advantage I've found is snapshot testing, which is a pretty different way of testing UI components, and I can absolutely see value there. However, I'm not convinced it's an objectively better way of writing most component tests. jestjs.io/docs/snapshot-testing
-
jest.mock()seems like it *might* be more powerful than Jasmine spies, but it looks just as weird and magical that I don't see it as a clear winner, just a different syntax. You can mock a constructor at least, which is one advantage over Jasmine. jestjs.io/docs/es6-class-mocks
develwoutacause’s Twitter Archive—№ 1,203