This course is designed for developers who wish to master the art of testing JavaScript applications using Jest. Dive deep into the world of test-driven development (TDD) and learn how to apply its principles effectively to produce clean, reliable code. Explore the intricacies of mocking, including the use of mock functions, spies, and timers, to simulate complex scenarios and enhance test accuracy. Gain proficiency in testing ECMAScript classes and browser-based JavaScript code using powerful tools like JSDOM and the Testing Library. By the end of this course, you will have acquired the skills to write high-quality tests that ensure your applications are robust and user-friendly.
What you'll learn
understand the principles of test-driven development (TDD)
write effective unit tests using Jest
use mocking techniques such as mock functions, spies, and timers
test ECMAScript classes and browser-based JavaScript applications