How to spy on Vue composable inner function that is called inside another function inside composable?
The project is using Vue, Vitest and Vue Test Utils. I am new to UI unit testing and I need to test that when one function from composable is called, then the other function should have been called.