Completed
Why Write Tests?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to Jest Testing - JavaScript Unit Tests
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Lesson Goal
- 4 Why Write Tests?
- 5 Quick Note
- 6 Install Node for npm
- 7 Checking your Node install
- 8 A Simple Function
- 9 Install Jest
- 10 Your First Unit Test
- 11 How to Run Tests
- 12 What is a Unit Test?
- 13 Testing a 2nd Function
- 14 Testing a 3rd Function
- 15 Drilling Down to a Single Responsibility
- 16 Generating a Coverage Report
- 17 Wrap up