This is a unit testing assignment. The goal is to write tests for different edge cases of the function from task.ts file. There is jsdoc in task1.d.ts and similar files. Be sure to read it before starting to write tests.
Be sure to use node version 20.17.0 or higher.
npm install
npm test