I've reached the API request limit. So I Comment the API call and mocked a response
For company View, run the backend first, instructions on how to run it are at https://github.com/TomFCarrion/Company-backend
npm install
npm run dev
Run Unit Tests with Vitest
npm run test:unit