Workshop Antalya JS Challenges How to run the test Clone the repo Run npm install in the workshop-antalya-js-challenges/ folder If you are using VS Code install Jest extension Run test using tests runner from the record-collection.test.js file You can also run tests from terminal (if you are on windows install git bash) using npm run test command