/simple-javascript-testing-library-workshop

A workshop to go over why unit tests are important, why we should be writing them in our frontend applications and how to go about writing a simple library of your own.

Primary LanguageJavaScript

Simple JavaScript Testing Library

A workshop to go over why unit tests are important, why we should be writing them in our frontend applications and how to go about writing a simple library of your own.

Table of Contents

🎯 Goals

  • Understand why unit testing is important
  • Understand why we should be doing unit tests through our entire solution
  • Understand the basics of how to conduct a unit test
  • Write some simple methods that allow us to test some function logic