Summary

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1ccf7958-6208-4644-bf7f-5c3279234210/Untitled.png

Title: Effective Unit Testing - how to get value beyond line coverage metrics

Description:

When writing unit tests, it can be easy to focus on increasing the metrics around code-coverage, but are those tests bringing value, or just busy work to make a number go higher?

Using React and Jest, this talk will dive into unit testing and how to write tests that add value to your application, and not simply take time away from your day.

Rough Flow


Speaker Notes / Code Snippets


Setting Up


Jest Intro