This repository contains practice tasks for the Unit Testing course.
Do not use LLMs to get solutions for learning tasks. It is not prohibited, but it makes absolutely no sense. Although it can somehow help you in achieving goals in the short run, in the long run, your goal is to find a productive way of thinking inside yourself, and this is always the most important achievement in any course: to learn something and get better as a professional.
To finish the course, you will accomplish at least three mandatory tasks. Follow the next steps:
Create a new private repository in the gridu organization using this repository as a template by pressing the button "Use this template":
Clone your new repository and install all the dependencies in it:
npm ci
After you read tasks and wrote tests, push them into the main
branch, and don't forget to notify course professors and share access to your repo with them.
Mandatory tasks:
Advanced tasks (optional but still recommended):