© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Ryan Mendes
coder / hashnoder
Do you use enzyme with jest? I am planning to use it too. Please share your experiences.
Gil Barbara
bitter bastard
Hello,
Yes, I'm using Enzyme in several projects. It's way better than the plain react-addons-test-utils and the React team is recommending it in their page.
react-addons-test-utils
You can check the implementation for Jest or Karma/Mocha/Expect.
Gil Barbara
bitter bastard
Hello,
Yes, I'm using Enzyme in several projects. It's way better than the plain
react-addons-test-utilsand the React team is recommending it in their page.You can check the implementation for Jest or Karma/Mocha/Expect.