This sprint introduces unit testing with Jest, a beginner-friendly JavaScript testing framework. Students will learn how to write basic tests, use test lifecycle hooks (beforeEach, afterAll, etc.), and apply different matchers for checking values and conditions. Jest is simple to start with, making it a great first step into automated testing.