Your task is to implement the function SocialNetworkQueries#findPotentialLikes({ minimalScore })
per the requirements and make tests pass.
npm install– install dependenciesnpm test– run all tests once (this will be used to evaluate your solutions)npm run test:watch- run all tests in watch mode (optionally, you can use it locally if you prefer)