DougMiller

Testing React

06-14-2018Slides
  • enzyme🔬
  • Jest🔬
  • React
  • snapshot-testing🔬
  • TypeScript
  • cypress.io🔬

Should I test that? Does this test even do anything? I really hope no one asks for a test here. Choosing what to test and how to test it in React applications can be difficult. Even choosing the right tool can often be a pain in itself. This talk will offer some suggestions for testing your components and applications, and walk you through writing effective maintainable tests. By the end, you will be equipped with enough knowledge to actually enjoy testing your React applications.