- Add the Jest VS Code plugin to VS Code.
- Run
npm install
in the root dir of the repo.
You have to solve the tasks described in the ./solutions
folder's JS files.
You can check the correctness using the Jest Extension or the npm test
command.
npm install
in the root dir of the repo.You have to solve the tasks described in the ./solutions
folder's JS files.
You can check the correctness using the Jest Extension or the npm test
command.