Aliaksei Martsinkevich
Results
1
comments of
Aliaksei Martsinkevich
To add one more use case, we use jest in out React application. And jest have ability to [mock modules](https://jestjs.io/docs/mock-functions#mocking-modules). To keep it typesafe we use the following pattern: ```typescript...