manual mocks with vitest
I’m working on a react app and was about to write tests in vitest where i need to mock some react components. For this i wanted to create a __mocks__
directory where the mocked components live however for instance with
manual mocks with vitest
I’m working on a react app and was about to write tests in vitest where i need to mock some react components. For this i wanted to create a __mocks__
directory where the mocked components live however for instance with