Unit testing SharePoint Framework code requires mocking many parts of the SDK: spHttpClient, serviceScope, aadTokenProviderFactory. To make the process simpler,…
Moment library comes in handy when an implementation requires complex operations based on dates. Although it is a bit heavy and tricky to mock, the library can be very useful. In this article, I describe how to mock the moment library for unit tests.