Skip to content

Instantly share code, notes, and snippets.

@A-gambit
Last active February 22, 2024 18:24
Show Gist options
  • Save A-gambit/1ded6bf07cf4a497fc6eeb3e082ac612 to your computer and use it in GitHub Desktop.
Save A-gambit/1ded6bf07cf4a497fc6eeb3e082ac612 to your computer and use it in GitHub Desktop.
Proposal for lightning talk at ReactiveConf 2016: Road from UndefinedLand

Proposal for a lightning talk at the Reactive 2016.

Keep calm and like/retweet it on Twitter and star this Gist to vote on this talk.

Road from UndefinedLand

Undefiend

I work at Grammarly. We like React and happily use it in our applications. However, sometimes something goes wrong and bugs creep into the code. Here comes testing. It helps make us confident about the quality of our code.

My lightning talk will be about unit testing of the React applications using Enzyme. I will talk about convenient ways of doing it with the help of Tape-Enzyme library.

Tape is a great test runner. We extended it to simplify testing of React components. I’ll tell you about the problems that led us to make Tape-Enzyme library and the benefits of using unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment