illustration for Fundamentals of Testing in JavaScript

Fundamentals of Testing in JavaScript

Instructor

Kent C. Dodds
8m
8073
people completed
Bookmark
Download
RSS

Do you know what a testing framework does? Do you know what makes a testing framework different from a testing or assertion library? The best way to use a tool effectively is to understand how it works. And the best way to understand how a tool works is by making it yourself!

In this short course, we’ll learn how testing frameworks and assertion libraries work by building our own, simple version of each.