Mocking multiple functions in vitest
I have a component that shows data in a grid if the API returns data, and if no data is returned, it shows a message:
I have a component that shows data in a grid if the API returns data, and if no data is returned, it shows a message: