Jest/Vitest Testing Fundamentals
Learn the basics of how to test with Jest or Vitest. This course covers the main features for writing assertions, tests, mocks, async testing, and more
Getting Started
Your First Test
Current
Execute test code with test() and it()
Not started
Organise your tests with describe() blocks
Not started
Common Matchers
Common Matchers
Not started
Testing Numbers
Not started
Testing Strings
Not started
Testing Arrays
Not started
Testing Objects
Not started
Testing with Negation (.not)
Not started
Basic Testing Concepts
Testing Exceptions and Errors
Not started
Async Testing with Promises
Not started
Fake timers and fake system time
Not started
Snapshots and Inline Snapshots
Not started