Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 293 Bytes

TME recruitment task

Inside src/exercises directory you find cases to resolved. Every exercise module contains README.md with description and *.spec.ts file with unit tests -> make them pass!

Good luck!

Installation

npm install

Test

Run all tests

npm run test