#1 Introduction
What this course is about? Who the target audience is?
Where you are now, where you’ll be after completing this course?
What is testing and why you should test?
I’ll talk about software testing in general, bring up some real-life examples from my career that thought me: testing is not optional.
Frameworks
This is going to be a short section about the similarities between different testing frameworks.
I want all knowledge you get from this course to be as widely applicable as possible.
This is why it’s important to me to explain the differences when working with a different framework other than Jest.
A few words about Jest and why you should use it
I’ll be doing this course with Jest. After trying different testing frameworks the past 5 years I picked Jest for its simplicity.